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