#cef8f3
a pale, electric cyan · cool · closest name: white
RGB
206, 248, 243
HSL
173°, 75%, 89%
CMYK
17, 0, 2, 3
Luminance
0.8673
Every format
| HEX | #cef8f3 |
| RGB | rgb(206, 248, 243) |
| HSL | hsl(173, 75%, 89%) |
| CMYK | cmyk(17%, 0%, 2%, 3%) |
| LAB | lab(94.6 -14.4 -2.1) |
| LCH | lch(94.6 14.5 188.2) |
| OKLCH | oklch(0.948 0.044 187.6) |
Copy-ready code
/* CSS */
color: #cef8f3;
background-color: #cef8f3;
/* Tailwind (arbitrary) */
class="text-[#cef8f3] bg-[#cef8f3]"
/* SCSS */
$brand: #cef8f3;
/* SwiftUI */
Color(red: 0.808, green: 0.973, blue: 0.953)
/* Android */
Color.parseColor("#cef8f3")Accessibility — WCAG contrast
Aa
#cef8f3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef8f3 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.3%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow2.0%
Key (black)2.7%
Color previews
#cef8f3 text on a black background
contrast 18.35:1
Card sample
#cef8f3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef8f3;
Background color
Panel with #cef8f3 background
background-color: #cef8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 248, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 248, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef8f3; background: linear-gradient(135deg, #cef8f3, #CEE1F8);