#cefcf7
a pale, electric cyan · cool · closest name: white
RGB
206, 252, 247
HSL
174°, 89%, 90%
CMYK
18, 0, 2, 1
Luminance
0.8946
Every format
| HEX | #cefcf7 |
| RGB | rgb(206, 252, 247) |
| HSL | hsl(174, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 2%, 1%) |
| LAB | lab(95.8 -15.6 -2.5) |
| LCH | lch(95.8 15.8 189.0) |
| OKLCH | oklch(0.958 0.047 188.3) |
Copy-ready code
/* CSS */
color: #cefcf7;
background-color: #cefcf7;
/* Tailwind (arbitrary) */
class="text-[#cefcf7] bg-[#cefcf7]"
/* SCSS */
$brand: #cefcf7;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#cefcf7")Accessibility — WCAG contrast
Aa
#cefcf7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcf7 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue96.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow2.0%
Key (black)1.2%
Color previews
#cefcf7 text on a black background
contrast 18.89:1
Card sample
#cefcf7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcf7;
Background color
Panel with #cefcf7 background
background-color: #cefcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcf7; background: linear-gradient(135deg, #cefcf7, #CEE2FC);