#cefff3
a pale, electric cyan · cool · closest name: ivory
RGB
206, 255, 243
HSL
165°, 100%, 90%
CMYK
19, 0, 5, 0
Luminance
0.9111
Every format
| HEX | #cefff3 |
| RGB | rgb(206, 255, 243) |
| HSL | hsl(165, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 5%, 0%) |
| LAB | lab(96.5 -17.8 0.6) |
| LCH | lch(96.5 17.8 178.1) |
| OKLCH | oklch(0.963 0.052 178.6) |
Copy-ready code
/* CSS */
color: #cefff3;
background-color: #cefff3;
/* Tailwind (arbitrary) */
class="text-[#cefff3] bg-[#cefff3]"
/* SCSS */
$brand: #cefff3;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#cefff3")Accessibility — WCAG contrast
Aa
#cefff3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefff3 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue95.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#cefff3 text on a black background
contrast 19.22:1
Card sample
#cefff3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefff3;
Background color
Panel with #cefff3 background
background-color: #cefff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefff3; background: linear-gradient(135deg, #cefff3, #CEEAFF);