#cef7f2
a pale, vivid cyan · cool · closest name: white
RGB
206, 247, 242
HSL
173°, 72%, 89%
CMYK
17, 0, 2, 3
Luminance
0.8605
Every format
| HEX | #cef7f2 |
| RGB | rgb(206, 247, 242) |
| HSL | hsl(173, 72%, 89%) |
| CMYK | cmyk(17%, 0%, 2%, 3%) |
| LAB | lab(94.3 -14.1 -2.0) |
| LCH | lch(94.3 14.2 188.0) |
| OKLCH | oklch(0.946 0.043 187.4) |
Copy-ready code
/* CSS */
color: #cef7f2;
background-color: #cef7f2;
/* Tailwind (arbitrary) */
class="text-[#cef7f2] bg-[#cef7f2]"
/* SCSS */
$brand: #cef7f2;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.949)
/* Android */
Color.parseColor("#cef7f2")Accessibility — WCAG contrast
Aa
#cef7f2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7f2 on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue94.9%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow2.0%
Key (black)3.1%
Color previews
#cef7f2 text on a black background
contrast 18.21:1
Card sample
#cef7f2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7f2;
Background color
Panel with #cef7f2 background
background-color: #cef7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7f2; background: linear-gradient(135deg, #cef7f2, #CEE1F7);