#2aa2cf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
42, 162, 207
HSL
196°, 66%, 49%
CMYK
80, 22, 0, 19
Luminance
0.3084
Every format
| HEX | #2aa2cf |
| RGB | rgb(42, 162, 207) |
| HSL | hsl(196, 66%, 49%) |
| CMYK | cmyk(80%, 22%, 0%, 19%) |
| LAB | lab(62.4 -16.9 -32.1) |
| LCH | lch(62.4 36.3 242.3) |
| OKLCH | oklch(0.668 0.120 228.8) |
Copy-ready code
/* CSS */
color: #2aa2cf;
background-color: #2aa2cf;
/* Tailwind (arbitrary) */
class="text-[#2aa2cf] bg-[#2aa2cf]"
/* SCSS */
$brand: #2aa2cf;
/* SwiftUI */
Color(red: 0.165, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#2aa2cf")Accessibility — WCAG contrast
Aa
#2aa2cf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aa2cf on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green63.5%
Blue81.2%
CMYK percentages
Cyan79.7%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#2aa2cf text on a black background
contrast 7.17:1
Card sample
#2aa2cf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aa2cf;
Background color
Panel with #2aa2cf background
background-color: #2aa2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aa2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aa2cf; background: linear-gradient(135deg, #2aa2cf, #2A34CF);