#cff6ff
a pale, electric cyan · cool · closest name: lavender
RGB
207, 246, 255
HSL
191°, 100%, 91%
CMYK
19, 4, 0, 0
Luminance
0.8640
Every format
| HEX | #cff6ff |
| RGB | rgb(207, 246, 255) |
| HSL | hsl(191, 100%, 91%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(94.5 -10.6 -8.5) |
| LCH | lch(94.5 13.6 218.6) |
| OKLCH | oklch(0.948 0.042 213.2) |
Copy-ready code
/* CSS */
color: #cff6ff;
background-color: #cff6ff;
/* Tailwind (arbitrary) */
class="text-[#cff6ff] bg-[#cff6ff]"
/* SCSS */
$brand: #cff6ff;
/* SwiftUI */
Color(red: 0.812, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#cff6ff")Accessibility — WCAG contrast
Aa
#cff6ff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff6ff on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cff6ff text on a black background
contrast 18.28:1
Card sample
#cff6ff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff6ff;
Background color
Panel with #cff6ff background
background-color: #cff6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff6ff; background: linear-gradient(135deg, #cff6ff, #CFD6FF);