#DDF635
A medium, vivid yellow closely aligning with Yellow.
About #DDF635
The hex code #DDF635 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Yellow. In the RGB color space, it consists of 221 red, 246 green, and 53 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 10% cyan, 0% magenta, 78% yellow, and 4% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DDF635
RGB221, 246, 53
HSL67.8°, 91.5%, 58.6%
CMYK10%, 0%, 78%, 4%
HSV67.8°, 78.5%, 96.5%
LAB92.4, -30.2, 81.8
XYZ63.4, 81.5, 15.8
Decimal14546485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.31:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DDF635;
}
.text-color {
color: #DDF635;
}
.border-color {
border: 2px solid #DDF635;
}