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