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