#2dbee0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 190, 224
HSL
191°, 74%, 53%
CMYK
80, 15, 0, 12
Luminance
0.4277
Every format
| HEX | #2dbee0 |
| RGB | rgb(45, 190, 224) |
| HSL | hsl(191, 74%, 53%) |
| CMYK | cmyk(80%, 15%, 0%, 12%) |
| LAB | lab(71.4 -25.5 -27.5) |
| LCH | lch(71.4 37.5 227.2) |
| OKLCH | oklch(0.743 0.124 218.2) |
Copy-ready code
/* CSS */
color: #2dbee0;
background-color: #2dbee0;
/* Tailwind (arbitrary) */
class="text-[#2dbee0] bg-[#2dbee0]"
/* SCSS */
$brand: #2dbee0;
/* SwiftUI */
Color(red: 0.176, green: 0.745, blue: 0.878)
/* Android */
Color.parseColor("#2dbee0")Accessibility — WCAG contrast
Aa
#2dbee0 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbee0 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.5%
Blue87.8%
CMYK percentages
Cyan79.9%
Magenta15.2%
Yellow0.0%
Key (black)12.2%
Color previews
#2dbee0 text on a black background
contrast 9.55:1
Card sample
#2dbee0 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbee0;
Background color
Panel with #2dbee0 background
background-color: #2dbee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 190, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 190, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbee0; background: linear-gradient(135deg, #2dbee0, #2D46E0);