#acc3cf
a light, soft blue · cool · closest name: silver
RGB
172, 195, 207
HSL
201°, 27%, 74%
CMYK
17, 6, 0, 19
Luminance
0.5231
Every format
| HEX | #acc3cf |
| RGB | rgb(172, 195, 207) |
| HSL | hsl(201, 27%, 74%) |
| CMYK | cmyk(17%, 6%, 0%, 19%) |
| LAB | lab(77.5 -5.3 -8.6) |
| LCH | lch(77.5 10.1 238.6) |
| OKLCH | oklch(0.804 0.030 230.4) |
Copy-ready code
/* CSS */
color: #acc3cf;
background-color: #acc3cf;
/* Tailwind (arbitrary) */
class="text-[#acc3cf] bg-[#acc3cf]"
/* SCSS */
$brand: #acc3cf;
/* SwiftUI */
Color(red: 0.675, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#acc3cf")Accessibility — WCAG contrast
Aa
#acc3cf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acc3cf on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green76.5%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#acc3cf text on a black background
contrast 11.46:1
Card sample
#acc3cf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acc3cf;
Background color
Panel with #acc3cf background
background-color: #acc3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acc3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acc3cf; background: linear-gradient(135deg, #acc3cf, #ACACCF);