#aac7cf
a light, soft cyan · cool · closest name: silver
RGB
170, 199, 207
HSL
193°, 28%, 74%
CMYK
18, 4, 0, 19
Luminance
0.5390
Every format
| HEX | #aac7cf |
| RGB | rgb(170, 199, 207) |
| HSL | hsl(193, 28%, 74%) |
| CMYK | cmyk(18%, 4%, 0%, 19%) |
| LAB | lab(78.4 -8.0 -7.3) |
| LCH | lch(78.4 10.8 222.1) |
| OKLCH | oklch(0.811 0.033 216.2) |
Copy-ready code
/* CSS */
color: #aac7cf;
background-color: #aac7cf;
/* Tailwind (arbitrary) */
class="text-[#aac7cf] bg-[#aac7cf]"
/* SCSS */
$brand: #aac7cf;
/* SwiftUI */
Color(red: 0.667, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#aac7cf")Accessibility — WCAG contrast
Aa
#aac7cf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac7cf on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green78.0%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#aac7cf text on a black background
contrast 11.78:1
Card sample
#aac7cf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac7cf;
Background color
Panel with #aac7cf background
background-color: #aac7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac7cf; background: linear-gradient(135deg, #aac7cf, #AAAECF);