#afdbce
a light, soft cyan · cool · closest name: silver
RGB
175, 219, 206
HSL
162°, 38%, 77%
CMYK
20, 0, 6, 14
Luminance
0.6423
Every format
| HEX | #afdbce |
| RGB | rgb(175, 219, 206) |
| HSL | hsl(162, 38%, 77%) |
| CMYK | cmyk(20%, 0%, 6%, 14%) |
| LAB | lab(84.1 -16.9 1.7) |
| LCH | lch(84.1 17.0 174.4) |
| OKLCH | oklch(0.857 0.049 175.1) |
Copy-ready code
/* CSS */
color: #afdbce;
background-color: #afdbce;
/* Tailwind (arbitrary) */
class="text-[#afdbce] bg-[#afdbce]"
/* SCSS */
$brand: #afdbce;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.808)
/* Android */
Color.parseColor("#afdbce")Accessibility — WCAG contrast
Aa
#afdbce on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbce on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue80.8%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow5.9%
Key (black)14.1%
Color previews
#afdbce text on a black background
contrast 13.85:1
Card sample
#afdbce text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbce;
Background color
Panel with #afdbce background
background-color: #afdbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbce; background: linear-gradient(135deg, #afdbce, #AFCBDB);