#cfdada
a light, muted cyan · cool · closest name: silver
RGB
207, 218, 218
HSL
180°, 13%, 83%
CMYK
5, 0, 0, 15
Luminance
0.6847
Every format
| HEX | #cfdada |
| RGB | rgb(207, 218, 218) |
| HSL | hsl(180, 13%, 83%) |
| CMYK | cmyk(5%, 0%, 0%, 15%) |
| LAB | lab(86.2 -3.7 -1.3) |
| LCH | lch(86.2 3.9 199.1) |
| OKLCH | oklch(0.880 0.012 196.9) |
Copy-ready code
/* CSS */
color: #cfdada;
background-color: #cfdada;
/* Tailwind (arbitrary) */
class="text-[#cfdada] bg-[#cfdada]"
/* SCSS */
$brand: #cfdada;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#cfdada")Accessibility — WCAG contrast
Aa
#cfdada on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdada on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cfdada text on a black background
contrast 14.69:1
Card sample
#cfdada text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdada;
Background color
Panel with #cfdada background
background-color: #cfdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdada; background: linear-gradient(135deg, #cfdada, #CFD3DA);