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