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