#cffcfb
a pale, electric cyan · cool · closest name: white
RGB
207, 252, 251
HSL
179°, 88%, 90%
CMYK
18, 0, 0, 1
Luminance
0.8985
Every format
| HEX | #cffcfb |
| RGB | rgb(207, 252, 251) |
| HSL | hsl(179, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 0%, 1%) |
| LAB | lab(95.9 -14.5 -4.3) |
| LCH | lch(95.9 15.1 196.5) |
| OKLCH | oklch(0.960 0.046 194.7) |
Copy-ready code
/* CSS */
color: #cffcfb;
background-color: #cffcfb;
/* Tailwind (arbitrary) */
class="text-[#cffcfb] bg-[#cffcfb]"
/* SCSS */
$brand: #cffcfb;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.984)
/* Android */
Color.parseColor("#cffcfb")Accessibility — WCAG contrast
Aa
#cffcfb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcfb on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow0.4%
Key (black)1.2%
Color previews
#cffcfb text on a black background
contrast 18.97:1
Card sample
#cffcfb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcfb;
Background color
Panel with #cffcfb background
background-color: #cffcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcfb; background: linear-gradient(135deg, #cffcfb, #CFDFFC);