#cefef2
a pale, electric cyan · cool · closest name: ivory
RGB
206, 254, 242
HSL
165°, 96%, 90%
CMYK
19, 0, 5, 0
Luminance
0.9042
Every format
| HEX | #cefef2 |
| RGB | rgb(206, 254, 242) |
| HSL | hsl(165, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 5%, 0%) |
| LAB | lab(96.2 -17.5 0.7) |
| LCH | lch(96.2 17.6 177.7) |
| OKLCH | oklch(0.960 0.051 178.2) |
Copy-ready code
/* CSS */
color: #cefef2;
background-color: #cefef2;
/* Tailwind (arbitrary) */
class="text-[#cefef2] bg-[#cefef2]"
/* SCSS */
$brand: #cefef2;
/* SwiftUI */
Color(red: 0.808, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#cefef2")Accessibility — WCAG contrast
Aa
#cefef2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefef2 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.6%
Blue94.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#cefef2 text on a black background
contrast 19.08:1
Card sample
#cefef2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefef2;
Background color
Panel with #cefef2 background
background-color: #cefef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefef2; background: linear-gradient(135deg, #cefef2, #CEEAFE);