#cffdff
a pale, electric cyan · cool · closest name: white
RGB
207, 253, 255
HSL
183°, 100%, 91%
CMYK
19, 1, 0, 0
Luminance
0.9074
Every format
| HEX | #cffdff |
| RGB | rgb(207, 253, 255) |
| HSL | hsl(183, 100%, 91%) |
| CMYK | cmyk(19%, 1%, 0%, 0%) |
| LAB | lab(96.3 -14.1 -5.8) |
| LCH | lch(96.3 15.3 202.3) |
| OKLCH | oklch(0.963 0.047 199.7) |
Copy-ready code
/* CSS */
color: #cffdff;
background-color: #cffdff;
/* Tailwind (arbitrary) */
class="text-[#cffdff] bg-[#cffdff]"
/* SCSS */
$brand: #cffdff;
/* SwiftUI */
Color(red: 0.812, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#cffdff")Accessibility — WCAG contrast
Aa
#cffdff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffdff on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cffdff text on a black background
contrast 19.15:1
Card sample
#cffdff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffdff;
Background color
Panel with #cffdff background
background-color: #cffdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffdff; background: linear-gradient(135deg, #cffdff, #CFDDFF);