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