#cef6e2
a pale, vivid green · cool · closest name: beige
RGB
206, 246, 226
HSL
150°, 69%, 89%
CMYK
16, 0, 8, 4
Luminance
0.8452
Every format
| HEX | #cef6e2 |
| RGB | rgb(206, 246, 226) |
| HSL | hsl(150, 69%, 89%) |
| CMYK | cmyk(16%, 0%, 8%, 4%) |
| LAB | lab(93.7 -16.7 5.3) |
| LCH | lch(93.7 17.5 162.2) |
| OKLCH | oklch(0.939 0.049 163.7) |
Copy-ready code
/* CSS */
color: #cef6e2;
background-color: #cef6e2;
/* Tailwind (arbitrary) */
class="text-[#cef6e2] bg-[#cef6e2]"
/* SCSS */
$brand: #cef6e2;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.886)
/* Android */
Color.parseColor("#cef6e2")Accessibility — WCAG contrast
Aa
#cef6e2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6e2 on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue88.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow8.1%
Key (black)3.5%
Color previews
#cef6e2 text on a black background
contrast 17.90:1
Card sample
#cef6e2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6e2;
Background color
Panel with #cef6e2 background
background-color: #cef6e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6e2; background: linear-gradient(135deg, #cef6e2, #CEEFF6);