#cefbcb
a pale, electric green · cool · closest name: beige
RGB
206, 251, 203
HSL
116°, 86%, 89%
CMYK
18, 0, 19, 2
Luminance
0.8643
Every format
| HEX | #cefbcb |
| RGB | rgb(206, 251, 203) |
| HSL | hsl(116, 86%, 89%) |
| CMYK | cmyk(18%, 0%, 19%, 2%) |
| LAB | lab(94.5 -23.2 18.4) |
| LCH | lch(94.5 29.6 141.6) |
| OKLCH | oklch(0.944 0.079 143.3) |
Copy-ready code
/* CSS */
color: #cefbcb;
background-color: #cefbcb;
/* Tailwind (arbitrary) */
class="text-[#cefbcb] bg-[#cefbcb]"
/* SCSS */
$brand: #cefbcb;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#cefbcb")Accessibility — WCAG contrast
Aa
#cefbcb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbcb on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue79.6%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#cefbcb text on a black background
contrast 18.29:1
Card sample
#cefbcb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbcb;
Background color
Panel with #cefbcb background
background-color: #cefbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbcb; background: linear-gradient(135deg, #cefbcb, #CBFBE8);