#cbfceb
a pale, electric green · cool · closest name: beige
RGB
203, 252, 235
HSL
159°, 89%, 89%
CMYK
19, 0, 7, 1
Luminance
0.8832
Every format
| HEX | #cbfceb |
| RGB | rgb(203, 252, 235) |
| HSL | hsl(159, 89%, 89%) |
| CMYK | cmyk(19%, 0%, 7%, 1%) |
| LAB | lab(95.3 -18.8 3.0) |
| LCH | lch(95.3 19.1 170.9) |
| OKLCH | oklch(0.953 0.055 172.0) |
Copy-ready code
/* CSS */
color: #cbfceb;
background-color: #cbfceb;
/* Tailwind (arbitrary) */
class="text-[#cbfceb] bg-[#cbfceb]"
/* SCSS */
$brand: #cbfceb;
/* SwiftUI */
Color(red: 0.796, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#cbfceb")Accessibility — WCAG contrast
Aa
#cbfceb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfceb on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#cbfceb text on a black background
contrast 18.66:1
Card sample
#cbfceb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfceb;
Background color
Panel with #cbfceb background
background-color: #cbfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfceb; background: linear-gradient(135deg, #cbfceb, #CBECFC);