#afd3d6
a light, soft cyan · cool · closest name: silver
RGB
175, 211, 214
HSL
185°, 32%, 76%
CMYK
18, 1, 0, 16
Luminance
0.6056
Every format
| HEX | #afd3d6 |
| RGB | rgb(175, 211, 214) |
| HSL | hsl(185, 32%, 76%) |
| CMYK | cmyk(18%, 1%, 0%, 16%) |
| LAB | lab(82.1 -11.2 -5.4) |
| LCH | lch(82.1 12.4 205.9) |
| OKLCH | oklch(0.842 0.038 202.7) |
Copy-ready code
/* CSS */
color: #afd3d6;
background-color: #afd3d6;
/* Tailwind (arbitrary) */
class="text-[#afd3d6] bg-[#afd3d6]"
/* SCSS */
$brand: #afd3d6;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.839)
/* Android */
Color.parseColor("#afd3d6")Accessibility — WCAG contrast
Aa
#afd3d6 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3d6 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta1.4%
Yellow0.0%
Key (black)16.1%
Color previews
#afd3d6 text on a black background
contrast 13.11:1
Card sample
#afd3d6 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3d6;
Background color
Panel with #afd3d6 background
background-color: #afd3d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3d6; background: linear-gradient(135deg, #afd3d6, #AFB9D6);