#cbffe2
a pale, electric green · cool · closest name: beige
RGB
203, 255, 226
HSL
147°, 100%, 90%
CMYK
20, 0, 11, 0
Luminance
0.8971
Every format
| HEX | #cbffe2 |
| RGB | rgb(203, 255, 226) |
| HSL | hsl(147, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 11%, 0%) |
| LAB | lab(95.9 -22.0 8.5) |
| LCH | lch(95.9 23.6 158.9) |
| OKLCH | oklch(0.956 0.066 160.4) |
Copy-ready code
/* CSS */
color: #cbffe2;
background-color: #cbffe2;
/* Tailwind (arbitrary) */
class="text-[#cbffe2] bg-[#cbffe2]"
/* SCSS */
$brand: #cbffe2;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.886)
/* Android */
Color.parseColor("#cbffe2")Accessibility — WCAG contrast
Aa
#cbffe2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbffe2 on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue88.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow11.4%
Key (black)0.0%
Color previews
#cbffe2 text on a black background
contrast 18.94:1
Card sample
#cbffe2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbffe2;
Background color
Panel with #cbffe2 background
background-color: #cbffe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbffe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbffe2; background: linear-gradient(135deg, #cbffe2, #CBF9FF);