#afcfd2
a light, soft cyan · cool · closest name: silver
RGB
175, 207, 210
HSL
185°, 28%, 76%
CMYK
17, 1, 0, 18
Luminance
0.5839
Every format
| HEX | #afcfd2 |
| RGB | rgb(175, 207, 210) |
| HSL | hsl(185, 28%, 76%) |
| CMYK | cmyk(17%, 1%, 0%, 18%) |
| LAB | lab(81.0 -10.0 -5.0) |
| LCH | lch(81.0 11.2 206.9) |
| OKLCH | oklch(0.832 0.034 203.5) |
Copy-ready code
/* CSS */
color: #afcfd2;
background-color: #afcfd2;
/* Tailwind (arbitrary) */
class="text-[#afcfd2] bg-[#afcfd2]"
/* SCSS */
$brand: #afcfd2;
/* SwiftUI */
Color(red: 0.686, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#afcfd2")Accessibility — WCAG contrast
Aa
#afcfd2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcfd2 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.2%
Blue82.4%
CMYK percentages
Cyan16.7%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#afcfd2 text on a black background
contrast 12.68:1
Card sample
#afcfd2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcfd2;
Background color
Panel with #afcfd2 background
background-color: #afcfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcfd2; background: linear-gradient(135deg, #afcfd2, #AFB8D2);