#cbfcdc
a pale, electric green · cool · closest name: beige
RGB
203, 252, 220
HSL
141°, 89%, 89%
CMYK
19, 0, 13, 1
Luminance
0.8748
Every format
| HEX | #cbfcdc |
| RGB | rgb(203, 252, 220) |
| HSL | hsl(141, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 13%, 1%) |
| LAB | lab(94.9 -21.7 10.2) |
| LCH | lch(94.9 23.9 154.7) |
| OKLCH | oklch(0.949 0.066 156.3) |
Copy-ready code
/* CSS */
color: #cbfcdc;
background-color: #cbfcdc;
/* Tailwind (arbitrary) */
class="text-[#cbfcdc] bg-[#cbfcdc]"
/* SCSS */
$brand: #cbfcdc;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#cbfcdc")Accessibility — WCAG contrast
Aa
#cbfcdc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfcdc on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue86.3%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#cbfcdc text on a black background
contrast 18.50:1
Card sample
#cbfcdc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfcdc;
Background color
Panel with #cbfcdc background
background-color: #cbfcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfcdc; background: linear-gradient(135deg, #cbfcdc, #CBFBFC);