#cff5ba
a light, vivid green · cool · closest name: beige
RGB
207, 245, 186
HSL
99°, 75%, 85%
CMYK
16, 0, 24, 4
Luminance
0.8212
Every format
| HEX | #cff5ba |
| RGB | rgb(207, 245, 186) |
| HSL | hsl(99, 75%, 85%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.6 -22.7 24.5) |
| LCH | lch(92.6 33.4 132.8) |
| OKLCH | oklch(0.928 0.087 134.6) |
Copy-ready code
/* CSS */
color: #cff5ba;
background-color: #cff5ba;
/* Tailwind (arbitrary) */
class="text-[#cff5ba] bg-[#cff5ba]"
/* SCSS */
$brand: #cff5ba;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#cff5ba")Accessibility — WCAG contrast
Aa
#cff5ba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff5ba on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue72.9%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#cff5ba text on a black background
contrast 17.42:1
Card sample
#cff5ba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff5ba;
Background color
Panel with #cff5ba background
background-color: #cff5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff5ba; background: linear-gradient(135deg, #cff5ba, #BAF5CC);