#69cf75
a balanced, vivid green · cool · closest name: forestgreen
RGB
105, 207, 117
HSL
127°, 52%, 61%
CMYK
49, 0, 44, 19
Luminance
0.4891
Every format
| HEX | #69cf75 |
| RGB | rgb(105, 207, 117) |
| HSL | hsl(127, 52%, 61%) |
| CMYK | cmyk(49%, 0%, 44%, 19%) |
| LAB | lab(75.4 -48.5 35.7) |
| LCH | lch(75.4 60.2 143.6) |
| OKLCH | oklch(0.771 0.158 146.3) |
Copy-ready code
/* CSS */
color: #69cf75;
background-color: #69cf75;
/* Tailwind (arbitrary) */
class="text-[#69cf75] bg-[#69cf75]"
/* SCSS */
$brand: #69cf75;
/* SwiftUI */
Color(red: 0.412, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#69cf75")Accessibility — WCAG contrast
Aa
#69cf75 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cf75 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green81.2%
Blue45.9%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#69cf75 text on a black background
contrast 10.78:1
Card sample
#69cf75 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cf75;
Background color
Panel with #69cf75 background
background-color: #69cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cf75; background: linear-gradient(135deg, #69cf75, #69CFB9);