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