#cff0fc
a pale, electric cyan · cool · closest name: lavender
RGB
207, 240, 252
HSL
196°, 88%, 90%
CMYK
18, 5, 0, 1
Luminance
0.8261
Every format
| HEX | #cff0fc |
| RGB | rgb(207, 240, 252) |
| HSL | hsl(196, 88%, 90%) |
| CMYK | cmyk(18%, 5%, 0%, 1%) |
| LAB | lab(92.8 -8.2 -9.4) |
| LCH | lch(92.8 12.5 228.7) |
| OKLCH | oklch(0.935 0.038 221.8) |
Copy-ready code
/* CSS */
color: #cff0fc;
background-color: #cff0fc;
/* Tailwind (arbitrary) */
class="text-[#cff0fc] bg-[#cff0fc]"
/* SCSS */
$brand: #cff0fc;
/* SwiftUI */
Color(red: 0.812, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#cff0fc")Accessibility — WCAG contrast
Aa
#cff0fc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff0fc on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green94.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#cff0fc text on a black background
contrast 17.52:1
Card sample
#cff0fc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff0fc;
Background color
Panel with #cff0fc background
background-color: #cff0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff0fc; background: linear-gradient(135deg, #cff0fc, #CFD2FC);