#cbffeb
a pale, electric green · cool · closest name: beige
RGB
203, 255, 235
HSL
157°, 100%, 90%
CMYK
20, 0, 8, 0
Luminance
0.9021
Every format
| HEX | #cbffeb |
| RGB | rgb(203, 255, 235) |
| HSL | hsl(157, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 8%, 0%) |
| LAB | lab(96.1 -20.3 4.2) |
| LCH | lch(96.1 20.7 168.4) |
| OKLCH | oklch(0.959 0.059 169.6) |
Copy-ready code
/* CSS */
color: #cbffeb;
background-color: #cbffeb;
/* Tailwind (arbitrary) */
class="text-[#cbffeb] bg-[#cbffeb]"
/* SCSS */
$brand: #cbffeb;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#cbffeb")Accessibility — WCAG contrast
Aa
#cbffeb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffeb on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#cbffeb text on a black background
contrast 19.04:1
Card sample
#cbffeb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffeb;
Background color
Panel with #cbffeb background
background-color: #cbffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffeb; background: linear-gradient(135deg, #cbffeb, #CBF0FF);