#cef7fc
a pale, electric cyan · cool · closest name: white
RGB
206, 247, 252
HSL
187°, 89%, 90%
CMYK
18, 2, 0, 1
Luminance
0.8667
Every format
| HEX | #cef7fc |
| RGB | rgb(206, 247, 252) |
| HSL | hsl(187, 89%, 90%) |
| CMYK | cmyk(18%, 2%, 0%, 1%) |
| LAB | lab(94.6 -12.1 -6.8) |
| LCH | lch(94.6 13.8 209.3) |
| OKLCH | oklch(0.949 0.043 205.5) |
Copy-ready code
/* CSS */
color: #cef7fc;
background-color: #cef7fc;
/* Tailwind (arbitrary) */
class="text-[#cef7fc] bg-[#cef7fc]"
/* SCSS */
$brand: #cef7fc;
/* SwiftUI */
Color(red: 0.808, green: 0.969, blue: 0.988)
/* Android */
Color.parseColor("#cef7fc")Accessibility — WCAG contrast
Aa
#cef7fc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef7fc on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.9%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta2.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cef7fc text on a black background
contrast 18.33:1
Card sample
#cef7fc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef7fc;
Background color
Panel with #cef7fc background
background-color: #cef7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 247, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 247, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef7fc; background: linear-gradient(135deg, #cef7fc, #CED8FC);