#acbccf
a light, soft blue · cool · closest name: silver
RGB
172, 188, 207
HSL
213°, 27%, 74%
CMYK
17, 9, 0, 19
Luminance
0.4924
Every format
| HEX | #acbccf |
| RGB | rgb(172, 188, 207) |
| HSL | hsl(213, 27%, 74%) |
| CMYK | cmyk(17%, 9%, 0%, 19%) |
| LAB | lab(75.6 -1.5 -11.4) |
| LCH | lch(75.6 11.5 262.3) |
| OKLCH | oklch(0.789 0.032 252.7) |
Copy-ready code
/* CSS */
color: #acbccf;
background-color: #acbccf;
/* Tailwind (arbitrary) */
class="text-[#acbccf] bg-[#acbccf]"
/* SCSS */
$brand: #acbccf;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#acbccf")Accessibility — WCAG contrast
Aa
#acbccf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbccf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#acbccf text on a black background
contrast 10.85:1
Card sample
#acbccf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbccf;
Background color
Panel with #acbccf background
background-color: #acbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbccf; background: linear-gradient(135deg, #acbccf, #B3ACCF);