#2a7da6
a dark, vivid cyan · cool · closest name: steelblue
RGB
42, 125, 166
HSL
200°, 60%, 41%
CMYK
75, 25, 0, 35
Luminance
0.1791
Every format
| HEX | #2a7da6 |
| RGB | rgb(42, 125, 166) |
| HSL | hsl(200, 60%, 41%) |
| CMYK | cmyk(75%, 25%, 0%, 35%) |
| LAB | lab(49.4 -10.6 -29.0) |
| LCH | lch(49.4 30.9 249.9) |
| OKLCH | oklch(0.559 0.100 234.4) |
Copy-ready code
/* CSS */
color: #2a7da6;
background-color: #2a7da6;
/* Tailwind (arbitrary) */
class="text-[#2a7da6] bg-[#2a7da6]"
/* SCSS */
$brand: #2a7da6;
/* SwiftUI */
Color(red: 0.165, green: 0.490, blue: 0.651)
/* Android */
Color.parseColor("#2a7da6")Accessibility — WCAG contrast
Aa
#2a7da6 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2a7da6 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green49.0%
Blue65.1%
CMYK percentages
Cyan74.7%
Magenta24.7%
Yellow0.0%
Key (black)34.9%
Color previews
#2a7da6 text on a black background
contrast 4.58:1
Card sample
#2a7da6 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a7da6;
Background color
Panel with #2a7da6 background
background-color: #2a7da6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a7da6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 125, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 125, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a7da6; background: linear-gradient(135deg, #2a7da6, #2A2AA6);