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