#cff5cb
a pale, vivid green · cool · closest name: beige
RGB
207, 245, 203
HSL
114°, 68%, 88%
CMYK
16, 0, 17, 4
Luminance
0.8288
Every format
| HEX | #cff5cb |
| RGB | rgb(207, 245, 203) |
| HSL | hsl(114, 68%, 88%) |
| CMYK | cmyk(16%, 0%, 17%, 4%) |
| LAB | lab(93.0 -19.9 16.2) |
| LCH | lch(93.0 25.7 140.9) |
| OKLCH | oklch(0.932 0.069 142.5) |
Copy-ready code
/* CSS */
color: #cff5cb;
background-color: #cff5cb;
/* Tailwind (arbitrary) */
class="text-[#cff5cb] bg-[#cff5cb]"
/* SCSS */
$brand: #cff5cb;
/* SwiftUI */
Color(red: 0.812, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#cff5cb")Accessibility — WCAG contrast
Aa
#cff5cb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff5cb on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.1%
Blue79.6%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#cff5cb text on a black background
contrast 17.58:1
Card sample
#cff5cb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff5cb;
Background color
Panel with #cff5cb background
background-color: #cff5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff5cb; background: linear-gradient(135deg, #cff5cb, #CBF5E3);