#cbf0cd
a pale, vivid green · cool · closest name: beige
RGB
203, 240, 205
HSL
123°, 55%, 87%
CMYK
15, 0, 15, 6
Luminance
0.7942
Every format
| HEX | #cbf0cd |
| RGB | rgb(203, 240, 205) |
| HSL | hsl(123, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 15%, 6%) |
| LAB | lab(91.4 -18.5 13.0) |
| LCH | lch(91.4 22.6 144.9) |
| OKLCH | oklch(0.919 0.061 146.5) |
Copy-ready code
/* CSS */
color: #cbf0cd;
background-color: #cbf0cd;
/* Tailwind (arbitrary) */
class="text-[#cbf0cd] bg-[#cbf0cd]"
/* SCSS */
$brand: #cbf0cd;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#cbf0cd")Accessibility — WCAG contrast
Aa
#cbf0cd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0cd on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue80.4%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#cbf0cd text on a black background
contrast 16.88:1
Card sample
#cbf0cd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0cd;
Background color
Panel with #cbf0cd background
background-color: #cbf0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0cd; background: linear-gradient(135deg, #cbf0cd, #CBF0E6);