#cff9bd
a pale, electric green · cool · closest name: beige
RGB
207, 249, 189
HSL
102°, 83%, 86%
CMYK
17, 0, 24, 2
Luminance
0.8469
Every format
| HEX | #cff9bd |
| RGB | rgb(207, 249, 189) |
| HSL | hsl(102, 83%, 86%) |
| CMYK | cmyk(17%, 0%, 24%, 2%) |
| LAB | lab(93.8 -24.1 24.5) |
| LCH | lch(93.8 34.4 134.6) |
| OKLCH | oklch(0.938 0.090 136.4) |
Copy-ready code
/* CSS */
color: #cff9bd;
background-color: #cff9bd;
/* Tailwind (arbitrary) */
class="text-[#cff9bd] bg-[#cff9bd]"
/* SCSS */
$brand: #cff9bd;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.741)
/* Android */
Color.parseColor("#cff9bd")Accessibility — WCAG contrast
Aa
#cff9bd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9bd on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue74.1%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow24.1%
Key (black)2.4%
Color previews
#cff9bd text on a black background
contrast 17.94:1
Card sample
#cff9bd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9bd;
Background color
Panel with #cff9bd background
background-color: #cff9bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9bd; background: linear-gradient(135deg, #cff9bd, #BDF9D3);