#cbefd2
a pale, vivid green · cool · closest name: beige
RGB
203, 239, 210
HSL
132°, 53%, 87%
CMYK
15, 0, 12, 6
Luminance
0.7908
Every format
| HEX | #cbefd2 |
| RGB | rgb(203, 239, 210) |
| HSL | hsl(132, 53%, 87%) |
| CMYK | cmyk(15%, 0%, 12%, 6%) |
| LAB | lab(91.3 -17.1 10.2) |
| LCH | lch(91.3 19.9 149.3) |
| OKLCH | oklch(0.918 0.054 150.9) |
Copy-ready code
/* CSS */
color: #cbefd2;
background-color: #cbefd2;
/* Tailwind (arbitrary) */
class="text-[#cbefd2] bg-[#cbefd2]"
/* SCSS */
$brand: #cbefd2;
/* SwiftUI */
Color(red: 0.796, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#cbefd2")Accessibility — WCAG contrast
Aa
#cbefd2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbefd2 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.7%
Blue82.4%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#cbefd2 text on a black background
contrast 16.82:1
Card sample
#cbefd2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbefd2;
Background color
Panel with #cbefd2 background
background-color: #cbefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbefd2; background: linear-gradient(135deg, #cbefd2, #CBEFEA);