#cef6f1
a pale, vivid cyan · cool · closest name: white
RGB
206, 246, 241
HSL
173°, 69%, 89%
CMYK
16, 0, 2, 4
Luminance
0.8538
Every format
| HEX | #cef6f1 |
| RGB | rgb(206, 246, 241) |
| HSL | hsl(173, 69%, 89%) |
| CMYK | cmyk(16%, 0%, 2%, 4%) |
| LAB | lab(94.0 -13.8 -1.9) |
| LCH | lch(94.0 13.9 187.8) |
| OKLCH | oklch(0.944 0.042 187.2) |
Copy-ready code
/* CSS */
color: #cef6f1;
background-color: #cef6f1;
/* Tailwind (arbitrary) */
class="text-[#cef6f1] bg-[#cef6f1]"
/* SCSS */
$brand: #cef6f1;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.945)
/* Android */
Color.parseColor("#cef6f1")Accessibility — WCAG contrast
Aa
#cef6f1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6f1 on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue94.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow2.0%
Key (black)3.5%
Color previews
#cef6f1 text on a black background
contrast 18.08:1
Card sample
#cef6f1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6f1;
Background color
Panel with #cef6f1 background
background-color: #cef6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6f1; background: linear-gradient(135deg, #cef6f1, #CEE0F6);