#FFF83A
A light, vivid yellow closely aligning with Yellow.
About #FFF83A
At its core, #FFF83A is a light and vivid hue. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(255, 248, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 77% yellow, and 0% black. With a hue angle of 57.9 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#FFF83A
RGB255, 248, 58
HSL57.9°, 100.0%, 61.4%
CMYK0%, 3%, 77%, 0%
HSV57.9°, 77.3%, 100.0%
LAB95.5, -17.2, 84.2
XYZ75.6, 88.7, 17.1
Decimal16775226
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.74:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF83A;
}
.text-color {
color: #FFF83A;
}
.border-color {
border: 2px solid #FFF83A;
}