#cefcf0
a pale, electric cyan · cool · closest name: ivory
RGB
206, 252, 240
HSL
164°, 89%, 90%
CMYK
18, 0, 5, 1
Luminance
0.8903
Every format
| HEX | #cefcf0 |
| RGB | rgb(206, 252, 240) |
| HSL | hsl(164, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 5%, 1%) |
| LAB | lab(95.6 -16.9 0.9) |
| LCH | lch(95.6 17.0 177.0) |
| OKLCH | oklch(0.956 0.050 177.6) |
Copy-ready code
/* CSS */
color: #cefcf0;
background-color: #cefcf0;
/* Tailwind (arbitrary) */
class="text-[#cefcf0] bg-[#cefcf0]"
/* SCSS */
$brand: #cefcf0;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#cefcf0")Accessibility — WCAG contrast
Aa
#cefcf0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcf0 on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue94.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#cefcf0 text on a black background
contrast 18.81:1
Card sample
#cefcf0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcf0;
Background color
Panel with #cefcf0 background
background-color: #cefcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcf0; background: linear-gradient(135deg, #cefcf0, #CEE9FC);