#DBF83A
A light, vivid yellow closely aligning with Yellow.
About #DBF83A
The hex code #DBF83A represents a beautifully specific shade of yellow. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(219, 248, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 12% cyan, 0% magenta, 77% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF83A
RGB219, 248, 58
HSL69.2°, 93.1%, 60.0%
CMYK12%, 0%, 77%, 3%
HSV69.2°, 76.6%, 97.3%
LAB92.8, -31.7, 80.8
XYZ63.5, 82.5, 16.6
Decimal14415930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.50:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF83A;
}
.text-color {
color: #DBF83A;
}
.border-color {
border: 2px solid #DBF83A;
}