#cefffb
a pale, electric cyan · cool · closest name: white
RGB
206, 255, 251
HSL
175°, 100%, 90%
CMYK
19, 0, 2, 0
Luminance
0.9161
Every format
| HEX | #cefffb |
| RGB | rgb(206, 255, 251) |
| HSL | hsl(175, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 2%, 0%) |
| LAB | lab(96.7 -16.2 -3.2) |
| LCH | lch(96.7 16.6 191.2) |
| OKLCH | oklch(0.965 0.050 190.2) |
Copy-ready code
/* CSS */
color: #cefffb;
background-color: #cefffb;
/* Tailwind (arbitrary) */
class="text-[#cefffb] bg-[#cefffb]"
/* SCSS */
$brand: #cefffb;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#cefffb")Accessibility — WCAG contrast
Aa
#cefffb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefffb on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue98.4%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#cefffb text on a black background
contrast 19.32:1
Card sample
#cefffb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefffb;
Background color
Panel with #cefffb background
background-color: #cefffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefffb; background: linear-gradient(135deg, #cefffb, #CEE2FF);