#cff4fe
a pale, electric cyan · cool · closest name: lavender
RGB
207, 244, 254
HSL
193°, 96%, 90%
CMYK
19, 4, 0, 0
Luminance
0.8512
Every format
| HEX | #cff4fe |
| RGB | rgb(207, 244, 254) |
| HSL | hsl(193, 96%, 90%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(93.9 -9.8 -8.8) |
| LCH | lch(93.9 13.2 221.7) |
| OKLCH | oklch(0.944 0.041 215.9) |
Copy-ready code
/* CSS */
color: #cff4fe;
background-color: #cff4fe;
/* Tailwind (arbitrary) */
class="text-[#cff4fe] bg-[#cff4fe]"
/* SCSS */
$brand: #cff4fe;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#cff4fe")Accessibility — WCAG contrast
Aa
#cff4fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4fe on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cff4fe text on a black background
contrast 18.02:1
Card sample
#cff4fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4fe;
Background color
Panel with #cff4fe background
background-color: #cff4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4fe; background: linear-gradient(135deg, #cff4fe, #CFD5FE);