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