#acccce
a light, soft cyan · cool · closest name: silver
RGB
172, 204, 206
HSL
184°, 26%, 74%
CMYK
17, 1, 0, 19
Luminance
0.5641
Every format
| HEX | #acccce |
| RGB | rgb(172, 204, 206) |
| HSL | hsl(184, 26%, 74%) |
| CMYK | cmyk(17%, 1%, 0%, 19%) |
| LAB | lab(79.8 -10.2 -4.6) |
| LCH | lch(79.8 11.2 204.1) |
| OKLCH | oklch(0.822 0.034 201.2) |
Copy-ready code
/* CSS */
color: #acccce;
background-color: #acccce;
/* Tailwind (arbitrary) */
class="text-[#acccce] bg-[#acccce]"
/* SCSS */
$brand: #acccce;
/* SwiftUI */
Color(red: 0.675, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#acccce")Accessibility — WCAG contrast
Aa
#acccce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acccce on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green80.0%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#acccce text on a black background
contrast 12.28:1
Card sample
#acccce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acccce;
Background color
Panel with #acccce background
background-color: #acccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acccce; background: linear-gradient(135deg, #acccce, #ACB5CE);