#cfeaf7
a pale, vivid cyan · cool · closest name: lavender
RGB
207, 234, 247
HSL
200°, 71%, 89%
CMYK
16, 5, 0, 3
Luminance
0.7883
Every format
| HEX | #cfeaf7 |
| RGB | rgb(207, 234, 247) |
| HSL | hsl(200, 71%, 89%) |
| CMYK | cmyk(16%, 5%, 0%, 3%) |
| LAB | lab(91.2 -6.2 -9.3) |
| LCH | lch(91.2 11.2 236.2) |
| OKLCH | oklch(0.921 0.034 228.3) |
Copy-ready code
/* CSS */
color: #cfeaf7;
background-color: #cfeaf7;
/* Tailwind (arbitrary) */
class="text-[#cfeaf7] bg-[#cfeaf7]"
/* SCSS */
$brand: #cfeaf7;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#cfeaf7")Accessibility — WCAG contrast
Aa
#cfeaf7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeaf7 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue96.9%
CMYK percentages
Cyan16.2%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#cfeaf7 text on a black background
contrast 16.77:1
Card sample
#cfeaf7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeaf7;
Background color
Panel with #cfeaf7 background
background-color: #cfeaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeaf7; background: linear-gradient(135deg, #cfeaf7, #CFCFF7);