Yellow 0
yellow-0 · #FFF9DB
HEX
#FFF9DB
RGB
rgb(255, 249, 219)
CMYK
cmyk(0%, 2%, 14%, 0%)
HSL
hsl(50, 100%, 93%)
LAB
lab(97.7, -2.9, 15.1)
What is Yellow 0?
Yellow 0 is the yellow-0 reference in the Open Color. Its sRGB value is #FFF9DB (rgb 255, 249, 219). It sits in the yellow family. Open Color, an open-source color palette by Heeyeun designed for UI work. 13 hues across 10 shades (0 to 9) tuned for screen legibility and accessibility. See disclaimer for accuracy and trademark notes.
Accessibility
WCAG 2.1 contrast checks for Yellow 0 as a background.
Black text on this color
White text on this color
Shades, tints & tonal scale of Yellow 0
An 11-step tonal scale derived from Yellow 0 (#FFF9DB). Click any swatch to copy its HEX. Use these as a starting point for design tokens, hover states, and disabled states in a design system.
50
#FFFFFC
#FFFFFC
100
#FFFEF9
#FFFEF9
200
#FFFDF3
#FFFDF3
300
#FFFCED
#FFFCED
400
#FFFBE4
#FFFBE4
500
#FFF9DB
#FFF9DB
600
#D9D4BA
#D9D4BA
700
#A6A28E
#A6A28E
800
#737063
#737063
900
#403E37
#403E37
950
#1F1E1A
#1F1E1A
Lighter tints (mixed with white)
15%
#FFFAE1
30%
#FFFBE7
45%
#FFFCEC
60%
#FFFDF1
75%
#FFFEF7
Darker shades (mixed with black)
15%
#EDE8CC
30%
#DAD5BB
45%
#C4BFA8
60%
#AAA691
75%
#898675
Color harmonies for Yellow 0
Classic color-theory harmonies derived from rotating the hue of Yellow 0. Use these to build accent palettes, brand systems, and accessible UI color pairings.
Complementary
180° opposite — strongest contrast
#FFF9DB
#FFF9DB
#DBE1FF
#DBE1FF
Triadic
Three colors 120° apart
#FFF9DB
#FFF9DB
#DBFFF9
#DBFFF9
#F9DBFF
#F9DBFF
Analogous
Two neighbors ±30° on the wheel
#FFE7DB
#FFE7DB
#FFF9DB
#FFF9DB
#F3FFDB
#F3FFDB
Split-complementary
Base + two colors flanking its complement
#FFF9DB
#FFF9DB
#DBF3FF
#DBF3FF
#E7DBFF
#E7DBFF
Tetradic
Two complementary pairs
#FFF9DB
#FFF9DB
#E1FFDB
#E1FFDB
#DBE1FF
#DBE1FF
#F9DBFF
#F9DBFF
Square
Four colors evenly spaced 90° apart
#FFF9DB
#FFF9DB
#DBFFE7
#DBFFE7
#DBE1FF
#DBE1FF
#FFDBF3
#FFDBF3
Yellow 0 in every color space
Full conversion of Yellow 0 across the color spaces designers and developers actually use — including OKLCH (the perceptually-uniform space that powers Tailwind v4 and CSS Color Module Level 4) and HWB.
HEX
#FFF9DB
RGB
rgb(255, 249, 219)
CMYK
cmyk(0%, 2%, 14%, 0%)
HSL
hsl(50, 100%, 93%)
HSV
hsv(50, 14%, 100%)
HWB
hwb(50 86% 0%)
CIE Lab
lab(97.7 -2.9 15.1)
OKLCH
oklch(97.9% 0.040 97.8)
XYZ (D65)
xyz(87.90, 94.13, 80.54)
Copy-ready code for Yellow 0
Drop-in snippets for CSS, Tailwind, Sass, iOS Swift, and Android XML. Click the copy button on any snippet to put it on your clipboard.
CSS
color: #FFF9DB;
background-color: #FFF9DB;CSS variable
:root {
--color-yellow-0: #FFF9DB;
}Tailwind config
// tailwind.config.js
colors: {
'yellow-0': '#FFF9DB',
}Sass
$color-yellow-0: #FFF9DB;Swift UIColor
UIColor(red: 1.000, green: 0.976, blue: 0.859, alpha: 1.0)Android XML
<color name="yellow-0">#FFF9DB</color>Closest match in every color system
The nearest Yellow 0 equivalent in every other color system on this site, ranked by ΔE2000 perceptual distance. Useful when translating between design-system, web-standard, and industrial color references.
Closest in Open Color
Top 6 ΔE2000-closest entries within the same collection.
Closest Pantone matches
Top 6 ΔE2000-closest Pantone references. Cross-system matching is approximate — see disclaimer.
Closest RAL Classic matches
Top 6 ΔE2000-closest RAL Classic references for industrial coating cross-reference.
RAL 1013
#EAE6CA
Oyster white
RAL 9001
#FDF4E3
Cream
RAL 9002
#E7EBDA
Grey white
RAL 9016
#F6F6F6
Traffic white
RAL 9003
#F4F4F4
Signal white
RAL 9010
#FFFFFF
Pure white
FAQ about Yellow 0
What is the HEX code for Yellow 0?
Yellow 0 (yellow-0) has the HEX code #FFF9DB. In RGB it is rgb(255, 249, 219), and in CMYK it is cmyk(0%, 2%, 14%, 0%).
What is the OKLCH value of Yellow 0?
Yellow 0 converts to oklch(0.979 0.040 97.8). OKLCH is the perceptually uniform color space used by Tailwind v4 and CSS Color Module Level 4.
Is Yellow 0 accessible for body text?
Used as a background, Yellow 0 has a contrast ratio of 19.83:1 with black text and 1.06:1 with white text. WCAG 2.1 AA requires 4.5:1 for normal text. The current recommendation is to use black text and verify in real UI context.
What is the closest Pantone to Yellow 0?
The closest Pantone reference to Yellow 0 by ΔE2000 perceptual distance is Pantone 365 C (#D0DEBE). Cross-system Pantone matching is approximate; for color-critical print work, verify with a physical Pantone guide.
What is the closest RAL color to Yellow 0?
The closest RAL Classic reference to Yellow 0 by ΔE2000 distance is RAL 1013 (Oyster white, #EAE6CA). RAL is a German industrial coating standard commonly used for paint, powder coat, and architectural specification.
What is the complementary color of Yellow 0?
The complementary color (180° opposite on the HSL color wheel) of Yellow 0 is #DBE1FF. Use it for high-contrast accents, error states, or call-to-action pairings.
Data provenance & source
Open Color (Yeun)
Open Color, an open-source color palette by Heeyeun designed for UI designers and developers. 13 hues across 10 shades. Use as a designer-friendly palette alternative to Tailwind. Values are intentionally chosen for UI legibility and accessibility.
- Source type
- derived
- Confidence
- high
- License
- MIT
- Last reviewed
- 2026-05-24
Workflow tags
Open Color values are tuned for digital UI. For print, treat as a starting point and proof against the substrate.