Pastel Yellow Color Hex Code
#fdfd96What is Pastel Yellow Color Hex Code Color?
Pastel Yellow Color Hex Code is a light, highly saturated, vibrant yellow color with the hex code #fdfd96. Its RGB value is rgb(253, 253, 150), meaning it contains 253 red, 253 green, and 150 blue light values. In the HSL color model, it has a hue of 60°, saturation of 96%, and lightness of 79%.
Pastel Yellow Color Hex Code Color Codes
Here are all the color format codes for Pastel Yellow Color Hex Code:
- HEX: #fdfd96
- RGB: rgb(253, 253, 150)
- HSL: hsl(60°, 96%, 79%)
- CMYK: cmyk(0%, 0%, 41%, 1%)
- Android/Flutter: Color(0xFFFDFD96)
- Swift UIColor: UIColor(red: 0.992, green: 0.992, blue: 0.588, alpha: 1.0)
Is Pastel Yellow Color Hex Code Accessible?
Pastel Yellow Color Hex Code (#fdfd96) passes WCAG AA accessibility standards. It has a contrast ratio of 1.07:1 against white and 19.67: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 Yellow Color Hex Code in Design
Pastel Yellow Color Hex Code is a light yellow tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#9696fd
for strong contrast.
In CSS, you can use it directly as color: #fdfd96; or
background-color: #fdfd96;.
Pastel Yellow Color Hex Code Shades and Tints
Shades of Pastel Yellow Color Hex Code are created by mixing it with black, ranging from the original #fdfd96 down to near-black #e1e185. Tints are made by adding white — from the base color up to near-white #fffff3. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Yellow Color Hex Code Color Harmonies
The complementary color of Pastel Yellow Color Hex Code is #9696fd. Its analogous colors are #c9fd96 and #fdc996. For a triadic palette, combine it with #96fdfd and #fd96fd.
Frequently Asked Questions
What is the hex code for Pastel Yellow Color Hex Code?
The hex code for Pastel Yellow Color Hex Code is #fdfd96.
What is the RGB value of Pastel Yellow Color Hex Code?
The RGB value is rgb(253, 253, 150). Red channel: 253/255, Green: 253/255, Blue: 150/255.
Is Pastel Yellow Color Hex Code good for web accessibility?
Pastel Yellow Color Hex Code has a contrast ratio of 1.07:1 with white and 19.67:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Yellow Color Hex Code?
Pastel Yellow Color Hex Code pairs well with its complementary color #9696fd, analogous colors #c9fd96 and #fdc996, or neutral whites and grays for a clean, modern look.
How do I use Pastel Yellow Color Hex Code in CSS?
Use it in CSS like this:
background-color: #fdfd96;
color: #fdfd96;
Or as a CSS variable: --color-primary: #fdfd96;
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: #fdfd96;
--color-primary-rgb: 253, 253, 150;
--color-primary-hsl: 60 96% 79%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-yellow-color-hex-code': {
DEFAULT: '#fdfd96',
100: '#ffffff',
200: '#fffff3',
300: '#ffffe8',
400: '#fefedc',
500: '#fefed0',
600: '#e1e185',
700: '#c5c575',
800: '#a9a964',
900: '#8d8d53',
950: '#707043',
}
}
'base': #fdfd96,
'light': #ffffe8,
'dark': #c5c575,
'rgb': 253, 253, 150
);
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.