#2dbacc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 186, 204
HSL
187°, 64%, 49%
CMYK
78, 9, 0, 20
Luminance
0.4004
Every format
| HEX | #2dbacc |
| RGB | rgb(45, 186, 204) |
| HSL | hsl(187, 64%, 49%) |
| CMYK | cmyk(78%, 9%, 0%, 20%) |
| LAB | lab(69.5 -29.8 -19.5) |
| LCH | lch(69.5 35.6 213.2) |
| OKLCH | oklch(0.725 0.116 208.0) |
Copy-ready code
/* CSS */
color: #2dbacc;
background-color: #2dbacc;
/* Tailwind (arbitrary) */
class="text-[#2dbacc] bg-[#2dbacc]"
/* SCSS */
$brand: #2dbacc;
/* SwiftUI */
Color(red: 0.176, green: 0.729, blue: 0.800)
/* Android */
Color.parseColor("#2dbacc")Accessibility — WCAG contrast
Aa
#2dbacc on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbacc on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.9%
Blue80.0%
CMYK percentages
Cyan77.9%
Magenta8.8%
Yellow0.0%
Key (black)20.0%
Color previews
#2dbacc text on a black background
contrast 9.01:1
Card sample
#2dbacc text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbacc;
Background color
Panel with #2dbacc background
background-color: #2dbacc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbacc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 186, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 186, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbacc; background: linear-gradient(135deg, #2dbacc, #2D50CC);