#2da7df
a balanced, vivid cyan · cool · closest name: steelblue
RGB
45, 167, 223
HSL
199°, 74%, 53%
CMYK
80, 25, 0, 13
Luminance
0.3352
Every format
| HEX | #2da7df |
| RGB | rgb(45, 167, 223) |
| HSL | hsl(199, 74%, 53%) |
| CMYK | cmyk(80%, 25%, 0%, 13%) |
| LAB | lab(64.6 -13.8 -37.5) |
| LCH | lch(64.6 40.0 249.8) |
| OKLCH | oklch(0.688 0.131 234.0) |
Copy-ready code
/* CSS */
color: #2da7df;
background-color: #2da7df;
/* Tailwind (arbitrary) */
class="text-[#2da7df] bg-[#2da7df]"
/* SCSS */
$brand: #2da7df;
/* SwiftUI */
Color(red: 0.176, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#2da7df")Accessibility — WCAG contrast
Aa
#2da7df on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2da7df on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green65.5%
Blue87.5%
CMYK percentages
Cyan79.8%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2da7df text on a black background
contrast 7.70:1
Card sample
#2da7df text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2da7df;
Background color
Panel with #2da7df background
background-color: #2da7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2da7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2da7df; background: linear-gradient(135deg, #2da7df, #2D30DF);