#cfedf2
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 237, 242
HSL
189°, 57%, 88%
CMYK
15, 2, 0, 5
Luminance
0.8024
Every format
| HEX | #cfedf2 |
| RGB | rgb(207, 237, 242) |
| HSL | hsl(189, 57%, 88%) |
| CMYK | cmyk(15%, 2%, 0%, 5%) |
| LAB | lab(91.8 -8.8 -5.7) |
| LCH | lch(91.8 10.4 213.1) |
| OKLCH | oklch(0.926 0.032 208.7) |
Copy-ready code
/* CSS */
color: #cfedf2;
background-color: #cfedf2;
/* Tailwind (arbitrary) */
class="text-[#cfedf2] bg-[#cfedf2]"
/* SCSS */
$brand: #cfedf2;
/* SwiftUI */
Color(red: 0.812, green: 0.929, blue: 0.949)
/* Android */
Color.parseColor("#cfedf2")Accessibility — WCAG contrast
Aa
#cfedf2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfedf2 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.9%
Blue94.9%
CMYK percentages
Cyan14.5%
Magenta2.1%
Yellow0.0%
Key (black)5.1%
Color previews
#cfedf2 text on a black background
contrast 17.05:1
Card sample
#cfedf2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfedf2;
Background color
Panel with #cfedf2 background
background-color: #cfedf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfedf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 237, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 237, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfedf2; background: linear-gradient(135deg, #cfedf2, #CFD6F2);