#2dbee1
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 190, 225
HSL
192°, 75%, 53%
CMYK
80, 16, 0, 12
Luminance
0.4282
Every format
| HEX | #2dbee1 |
| RGB | rgb(45, 190, 225) |
| HSL | hsl(192, 75%, 53%) |
| CMYK | cmyk(80%, 16%, 0%, 12%) |
| LAB | lab(71.4 -25.1 -28.0) |
| LCH | lch(71.4 37.6 228.1) |
| OKLCH | oklch(0.744 0.125 218.8) |
Copy-ready code
/* CSS */
color: #2dbee1;
background-color: #2dbee1;
/* Tailwind (arbitrary) */
class="text-[#2dbee1] bg-[#2dbee1]"
/* SCSS */
$brand: #2dbee1;
/* SwiftUI */
Color(red: 0.176, green: 0.745, blue: 0.882)
/* Android */
Color.parseColor("#2dbee1")Accessibility — WCAG contrast
Aa
#2dbee1 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbee1 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.5%
Blue88.2%
CMYK percentages
Cyan80.0%
Magenta15.6%
Yellow0.0%
Key (black)11.8%
Color previews
#2dbee1 text on a black background
contrast 9.56:1
Card sample
#2dbee1 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbee1;
Background color
Panel with #2dbee1 background
background-color: #2dbee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 190, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 190, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbee1; background: linear-gradient(135deg, #2dbee1, #2D46E1);