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