#0FF883
A medium, vivid green closely aligning with Springgreen.
About #0FF883
The hex code #0FF883 represents a beautifully specific shade of green. Designers often compare it to the standard color Springgreen. This translates to an RGB value of rgb(15, 248, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 94% cyan, 0% magenta, 47% yellow, and 3% black. With a hue angle of 149.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FF883
RGB15, 248, 131
HSL149.9°, 94.3%, 51.6%
CMYK94%, 0%, 47%, 3%
HSV149.9°, 94.0%, 97.3%
LAB86.4, -73.7, 42.6
XYZ37.9, 68.9, 32.8
Decimal1046659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.78:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF883;
}
.text-color {
color: #0FF883;
}
.border-color {
border: 2px solid #0FF883;
}