#afccce
a light, soft cyan · cool · closest name: silver
RGB
175, 204, 206
HSL
184°, 24%, 75%
CMYK
15, 1, 0, 19
Luminance
0.5676
Every format
| HEX | #afccce |
| RGB | rgb(175, 204, 206) |
| HSL | hsl(184, 24%, 75%) |
| CMYK | cmyk(15%, 1%, 0%, 19%) |
| LAB | lab(80.0 -9.2 -4.3) |
| LCH | lch(80.0 10.2 204.7) |
| OKLCH | oklch(0.824 0.031 201.7) |
Copy-ready code
/* CSS */
color: #afccce;
background-color: #afccce;
/* Tailwind (arbitrary) */
class="text-[#afccce] bg-[#afccce]"
/* SCSS */
$brand: #afccce;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#afccce")Accessibility — WCAG contrast
Aa
#afccce on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afccce on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#afccce text on a black background
contrast 12.35:1
Card sample
#afccce text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afccce;
Background color
Panel with #afccce background
background-color: #afccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afccce; background: linear-gradient(135deg, #afccce, #AFB7CE);