#cefbfd
a pale, electric cyan · cool · closest name: white
RGB
206, 251, 253
HSL
183°, 92%, 90%
CMYK
19, 1, 0, 1
Luminance
0.8921
Every format
| HEX | #cefbfd |
| RGB | rgb(206, 251, 253) |
| HSL | hsl(183, 92%, 90%) |
| CMYK | cmyk(19%, 1%, 0%, 1%) |
| LAB | lab(95.7 -13.8 -5.7) |
| LCH | lch(95.7 15.0 202.4) |
| OKLCH | oklch(0.957 0.046 199.7) |
Copy-ready code
/* CSS */
color: #cefbfd;
background-color: #cefbfd;
/* Tailwind (arbitrary) */
class="text-[#cefbfd] bg-[#cefbfd]"
/* SCSS */
$brand: #cefbfd;
/* SwiftUI */
Color(red: 0.808, green: 0.984, blue: 0.992)
/* Android */
Color.parseColor("#cefbfd")Accessibility — WCAG contrast
Aa
#cefbfd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefbfd on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.4%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta0.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cefbfd text on a black background
contrast 18.84:1
Card sample
#cefbfd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefbfd;
Background color
Panel with #cefbfd background
background-color: #cefbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 251, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 251, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefbfd; background: linear-gradient(135deg, #cefbfd, #CEDCFD);