Pastel Orange Color Hex Code
#ff964fWhat is Pastel Orange Color Hex Code Color?
Pastel Orange Color Hex Code is a light, highly saturated, vibrant orange color with the hex code #ff964f. Its RGB value is rgb(255, 150, 79), meaning it contains 255 red, 150 green, and 79 blue light values. In the HSL color model, it has a hue of 24°, saturation of 100%, and lightness of 65%.
Pastel Orange Color Hex Code Color Codes
Here are all the color format codes for Pastel Orange Color Hex Code:
- HEX: #ff964f
- RGB: rgb(255, 150, 79)
- HSL: hsl(24°, 100%, 65%)
- CMYK: cmyk(0%, 41%, 69%, 0%)
- Android/Flutter: Color(0xFFFF964F)
- Swift UIColor: UIColor(red: 1.000, green: 0.588, blue: 0.310, alpha: 1.0)
Is Pastel Orange Color Hex Code Accessible?
Pastel Orange Color Hex Code (#ff964f) passes WCAG AA accessibility standards. It has a contrast ratio of 2.16:1 against white and 9.73:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Orange Color Hex Code in Design
Pastel Orange Color Hex Code is a light orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#4db8ff
for strong contrast.
In CSS, you can use it directly as color: #ff964f; or
background-color: #ff964f;.
Pastel Orange Color Hex Code Shades and Tints
Shades of Pastel Orange Color Hex Code are created by mixing it with black, ranging from the original #ff964f down to near-black #e38546. Tints are made by adding white — from the base color up to near-white #fff3eb. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Orange Color Hex Code Color Harmonies
The complementary color of Pastel Orange Color Hex Code is #4db8ff. Its analogous colors are #ffed4d and #ff4d5e. For a triadic palette, combine it with #4dff94 and #944dff.
Frequently Asked Questions
What is the hex code for Pastel Orange Color Hex Code?
The hex code for Pastel Orange Color Hex Code is #ff964f.
What is the RGB value of Pastel Orange Color Hex Code?
The RGB value is rgb(255, 150, 79). Red channel: 255/255, Green: 150/255, Blue: 79/255.
Is Pastel Orange Color Hex Code good for web accessibility?
Pastel Orange Color Hex Code has a contrast ratio of 2.16:1 with white and 9.73:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Orange Color Hex Code?
Pastel Orange Color Hex Code pairs well with its complementary color #4db8ff, analogous colors #ffed4d and #ff4d5e, or neutral whites and grays for a clean, modern look.
How do I use Pastel Orange Color Hex Code in CSS?
Use it in CSS like this:
background-color: #ff964f;
color: #ff964f;
Or as a CSS variable: --color-primary: #ff964f;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #ff964f;
--color-primary-rgb: 255, 150, 79;
--color-primary-hsl: 24 100% 65%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-orange-color-hex-code': {
DEFAULT: '#ff964f',
100: '#ffffff',
200: '#fff3eb',
300: '#ffe7d7',
400: '#ffdbc4',
500: '#ffcfb0',
600: '#e38546',
700: '#c6753d',
800: '#aa6435',
900: '#8e532c',
950: '#714323',
}
}
'base': #ff964f,
'light': #ffe7d7,
'dark': #c6753d,
'rgb': 255, 150, 79
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.