#aec2cf
a light, soft blue · cool · closest name: silver
RGB
174, 194, 207
HSL
204°, 26%, 75%
CMYK
16, 6, 0, 19
Luminance
0.5209
Every format
| HEX | #aec2cf |
| RGB | rgb(174, 194, 207) |
| HSL | hsl(204, 26%, 75%) |
| CMYK | cmyk(16%, 6%, 0%, 19%) |
| LAB | lab(77.3 -4.1 -8.8) |
| LCH | lch(77.3 9.7 245.0) |
| OKLCH | oklch(0.803 0.029 236.3) |
Copy-ready code
/* CSS */
color: #aec2cf;
background-color: #aec2cf;
/* Tailwind (arbitrary) */
class="text-[#aec2cf] bg-[#aec2cf]"
/* SCSS */
$brand: #aec2cf;
/* SwiftUI */
Color(red: 0.682, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#aec2cf")Accessibility — WCAG contrast
Aa
#aec2cf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec2cf on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.1%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#aec2cf text on a black background
contrast 11.42:1
Card sample
#aec2cf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec2cf;
Background color
Panel with #aec2cf background
background-color: #aec2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec2cf; background: linear-gradient(135deg, #aec2cf, #B0AECF);