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