#a7cfd2
a light, soft cyan · cool · closest name: silver
RGB
167, 207, 210
HSL
184°, 32%, 74%
CMYK
21, 1, 0, 18
Luminance
0.5749
Every format
| HEX | #a7cfd2 |
| RGB | rgb(167, 207, 210) |
| HSL | hsl(184, 32%, 74%) |
| CMYK | cmyk(21%, 1%, 0%, 18%) |
| LAB | lab(80.5 -12.5 -5.8) |
| LCH | lch(80.5 13.8 205.1) |
| OKLCH | oklch(0.827 0.042 202.0) |
Copy-ready code
/* CSS */
color: #a7cfd2;
background-color: #a7cfd2;
/* Tailwind (arbitrary) */
class="text-[#a7cfd2] bg-[#a7cfd2]"
/* SCSS */
$brand: #a7cfd2;
/* SwiftUI */
Color(red: 0.655, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#a7cfd2")Accessibility — WCAG contrast
Aa
#a7cfd2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cfd2 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green81.2%
Blue82.4%
CMYK percentages
Cyan20.5%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#a7cfd2 text on a black background
contrast 12.50:1
Card sample
#a7cfd2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cfd2;
Background color
Panel with #a7cfd2 background
background-color: #a7cfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cfd2; background: linear-gradient(135deg, #a7cfd2, #A7B2D2);