#cff3ff
a pale, electric cyan · cool · closest name: lavender
RGB
207, 243, 255
HSL
195°, 100%, 91%
CMYK
19, 5, 0, 0
Luminance
0.8459
Every format
| HEX | #cff3ff |
| RGB | rgb(207, 243, 255) |
| HSL | hsl(195, 100%, 91%) |
| CMYK | cmyk(19%, 5%, 0%, 0%) |
| LAB | lab(93.7 -9.1 -9.7) |
| LCH | lch(93.7 13.3 226.6) |
| OKLCH | oklch(0.942 0.041 219.9) |
Copy-ready code
/* CSS */
color: #cff3ff;
background-color: #cff3ff;
/* Tailwind (arbitrary) */
class="text-[#cff3ff] bg-[#cff3ff]"
/* SCSS */
$brand: #cff3ff;
/* SwiftUI */
Color(red: 0.812, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#cff3ff")Accessibility — WCAG contrast
Aa
#cff3ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff3ff on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.3%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cff3ff text on a black background
contrast 17.92:1
Card sample
#cff3ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff3ff;
Background color
Panel with #cff3ff background
background-color: #cff3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff3ff; background: linear-gradient(135deg, #cff3ff, #CFD3FF);