#cff4fc
a pale, electric cyan · cool · closest name: lavender
RGB
207, 244, 252
HSL
191°, 88%, 90%
CMYK
18, 3, 0, 1
Luminance
0.8500
Every format
| HEX | #cff4fc |
| RGB | rgb(207, 244, 252) |
| HSL | hsl(191, 88%, 90%) |
| CMYK | cmyk(18%, 3%, 0%, 1%) |
| LAB | lab(93.9 -10.3 -7.8) |
| LCH | lch(93.9 12.9 217.4) |
| OKLCH | oklch(0.943 0.040 212.2) |
Copy-ready code
/* CSS */
color: #cff4fc;
background-color: #cff4fc;
/* Tailwind (arbitrary) */
class="text-[#cff4fc] bg-[#cff4fc]"
/* SCSS */
$brand: #cff4fc;
/* SwiftUI */
Color(red: 0.812, green: 0.957, blue: 0.988)
/* Android */
Color.parseColor("#cff4fc")Accessibility — WCAG contrast
Aa
#cff4fc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff4fc on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta3.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cff4fc text on a black background
contrast 18.00:1
Card sample
#cff4fc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff4fc;
Background color
Panel with #cff4fc background
background-color: #cff4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 244, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 244, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff4fc; background: linear-gradient(135deg, #cff4fc, #CFD6FC);