#afc2cc
a light, soft blue · cool · closest name: silver
RGB
175, 194, 204
HSL
201°, 22%, 74%
CMYK
14, 5, 0, 20
Luminance
0.5206
Every format
| HEX | #afc2cc |
| RGB | rgb(175, 194, 204) |
| HSL | hsl(201, 22%, 74%) |
| CMYK | cmyk(14%, 5%, 0%, 20%) |
| LAB | lab(77.3 -4.4 -7.2) |
| LCH | lch(77.3 8.4 238.5) |
| OKLCH | oklch(0.803 0.025 230.5) |
Copy-ready code
/* CSS */
color: #afc2cc;
background-color: #afc2cc;
/* Tailwind (arbitrary) */
class="text-[#afc2cc] bg-[#afc2cc]"
/* SCSS */
$brand: #afc2cc;
/* SwiftUI */
Color(red: 0.686, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#afc2cc")Accessibility — WCAG contrast
Aa
#afc2cc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afc2cc on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green76.1%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#afc2cc text on a black background
contrast 11.41:1
Card sample
#afc2cc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afc2cc;
Background color
Panel with #afc2cc background
background-color: #afc2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afc2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afc2cc; background: linear-gradient(135deg, #afc2cc, #AFAFCC);