#afd8cf
a light, soft cyan · cool · closest name: silver
RGB
175, 216, 207
HSL
167°, 35%, 77%
CMYK
19, 0, 4, 15
Luminance
0.6273
Every format
| HEX | #afd8cf |
| RGB | rgb(175, 216, 207) |
| HSL | hsl(167, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 4%, 15%) |
| LAB | lab(83.3 -15.2 -0.0) |
| LCH | lch(83.3 15.2 180.0) |
| OKLCH | oklch(0.850 0.045 180.3) |
Copy-ready code
/* CSS */
color: #afd8cf;
background-color: #afd8cf;
/* Tailwind (arbitrary) */
class="text-[#afd8cf] bg-[#afd8cf]"
/* SCSS */
$brand: #afd8cf;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#afd8cf")Accessibility — WCAG contrast
Aa
#afd8cf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8cf on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue81.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow4.2%
Key (black)15.3%
Color previews
#afd8cf text on a black background
contrast 13.55:1
Card sample
#afd8cf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8cf;
Background color
Panel with #afd8cf background
background-color: #afd8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8cf; background: linear-gradient(135deg, #afd8cf, #AFC6D8);