#cbf2cc
a pale, vivid green · cool · closest name: beige
RGB
203, 242, 204
HSL
122°, 60%, 87%
CMYK
16, 0, 16, 5
Luminance
0.8056
Every format
| HEX | #cbf2cc |
| RGB | rgb(203, 242, 204) |
| HSL | hsl(122, 60%, 87%) |
| CMYK | cmyk(16%, 0%, 16%, 5%) |
| LAB | lab(91.9 -19.6 14.2) |
| LCH | lch(91.9 24.2 144.1) |
| OKLCH | oklch(0.923 0.065 145.7) |
Copy-ready code
/* CSS */
color: #cbf2cc;
background-color: #cbf2cc;
/* Tailwind (arbitrary) */
class="text-[#cbf2cc] bg-[#cbf2cc]"
/* SCSS */
$brand: #cbf2cc;
/* SwiftUI */
Color(red: 0.796, green: 0.949, blue: 0.800)
/* Android */
Color.parseColor("#cbf2cc")Accessibility — WCAG contrast
Aa
#cbf2cc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf2cc on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.9%
Blue80.0%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow15.7%
Key (black)5.1%
Color previews
#cbf2cc text on a black background
contrast 17.11:1
Card sample
#cbf2cc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf2cc;
Background color
Panel with #cbf2cc background
background-color: #cbf2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 242, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 242, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf2cc; background: linear-gradient(135deg, #cbf2cc, #CBF2E6);