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