#2d8dbb
a balanced, vivid cyan · cool · closest name: steelblue
RGB
45, 141, 187
HSL
199°, 61%, 46%
CMYK
76, 25, 0, 27
Luminance
0.2320
Every format
| HEX | #2d8dbb |
| RGB | rgb(45, 141, 187) |
| HSL | hsl(199, 61%, 46%) |
| CMYK | cmyk(76%, 25%, 0%, 27%) |
| LAB | lab(55.3 -11.9 -31.9) |
| LCH | lch(55.3 34.0 249.5) |
| OKLCH | oklch(0.609 0.111 234.0) |
Copy-ready code
/* CSS */
color: #2d8dbb;
background-color: #2d8dbb;
/* Tailwind (arbitrary) */
class="text-[#2d8dbb] bg-[#2d8dbb]"
/* SCSS */
$brand: #2d8dbb;
/* SwiftUI */
Color(red: 0.176, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#2d8dbb")Accessibility — WCAG contrast
Aa
#2d8dbb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d8dbb on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green55.3%
Blue73.3%
CMYK percentages
Cyan75.9%
Magenta24.6%
Yellow0.0%
Key (black)26.7%
Color previews
#2d8dbb text on a black background
contrast 5.64:1
Card sample
#2d8dbb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d8dbb;
Background color
Panel with #2d8dbb background
background-color: #2d8dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d8dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d8dbb; background: linear-gradient(135deg, #2d8dbb, #2D2EBB);