#cff2cb
a pale, vivid green · cool · closest name: beige
RGB
207, 242, 203
HSL
114°, 60%, 87%
CMYK
15, 0, 16, 5
Luminance
0.8108
Every format
| HEX | #cff2cb |
| RGB | rgb(207, 242, 203) |
| HSL | hsl(114, 60%, 87%) |
| CMYK | cmyk(15%, 0%, 16%, 5%) |
| LAB | lab(92.2 -18.5 15.1) |
| LCH | lch(92.2 23.9 140.8) |
| OKLCH | oklch(0.926 0.064 142.3) |
Copy-ready code
/* CSS */
color: #cff2cb;
background-color: #cff2cb;
/* Tailwind (arbitrary) */
class="text-[#cff2cb] bg-[#cff2cb]"
/* SCSS */
$brand: #cff2cb;
/* SwiftUI */
Color(red: 0.812, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#cff2cb")Accessibility — WCAG contrast
Aa
#cff2cb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff2cb on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.9%
Blue79.6%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#cff2cb text on a black background
contrast 17.22:1
Card sample
#cff2cb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff2cb;
Background color
Panel with #cff2cb background
background-color: #cff2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff2cb; background: linear-gradient(135deg, #cff2cb, #CBF2E1);