#cfeeff
a pale, electric blue · cool · closest name: lavender
RGB
207, 238, 255
HSL
201°, 100%, 91%
CMYK
19, 7, 0, 0
Luminance
0.8163
Every format
| HEX | #cfeeff |
| RGB | rgb(207, 238, 255) |
| HSL | hsl(201, 100%, 91%) |
| CMYK | cmyk(19%, 7%, 0%, 0%) |
| LAB | lab(92.4 -6.6 -11.6) |
| LCH | lch(92.4 13.3 240.3) |
| OKLCH | oklch(0.932 0.040 231.8) |
Copy-ready code
/* CSS */
color: #cfeeff;
background-color: #cfeeff;
/* Tailwind (arbitrary) */
class="text-[#cfeeff] bg-[#cfeeff]"
/* SCSS */
$brand: #cfeeff;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#cfeeff")Accessibility — WCAG contrast
Aa
#cfeeff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeeff on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cfeeff text on a black background
contrast 17.33:1
Card sample
#cfeeff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeeff;
Background color
Panel with #cfeeff background
background-color: #cfeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeeff; background: linear-gradient(135deg, #cfeeff, #D0CFFF);