#cbf7cf
a pale, vivid green · cool · closest name: beige
RGB
203, 247, 207
HSL
126°, 73%, 88%
CMYK
18, 0, 16, 3
Luminance
0.8372
Every format
| HEX | #cbf7cf |
| RGB | rgb(203, 247, 207) |
| HSL | hsl(126, 73%, 88%) |
| CMYK | cmyk(18%, 0%, 16%, 3%) |
| LAB | lab(93.3 -21.6 14.6) |
| LCH | lch(93.3 26.1 145.8) |
| OKLCH | oklch(0.935 0.070 147.5) |
Copy-ready code
/* CSS */
color: #cbf7cf;
background-color: #cbf7cf;
/* Tailwind (arbitrary) */
class="text-[#cbf7cf] bg-[#cbf7cf]"
/* SCSS */
$brand: #cbf7cf;
/* SwiftUI */
Color(red: 0.796, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#cbf7cf")Accessibility — WCAG contrast
Aa
#cbf7cf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf7cf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.9%
Blue81.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow16.2%
Key (black)3.1%
Color previews
#cbf7cf text on a black background
contrast 17.74:1
Card sample
#cbf7cf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf7cf;
Background color
Panel with #cbf7cf background
background-color: #cbf7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf7cf; background: linear-gradient(135deg, #cbf7cf, #CBF7EC);