#2db9e7
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 185, 231
HSL
195°, 80%, 54%
CMYK
81, 20, 0, 9
Luminance
0.4103
Every format
| HEX | #2db9e7 |
| RGB | rgb(45, 185, 231) |
| HSL | hsl(195, 80%, 54%) |
| CMYK | cmyk(81%, 20%, 0%, 9%) |
| LAB | lab(70.2 -20.6 -33.2) |
| LCH | lch(70.2 39.1 238.1) |
| OKLCH | oklch(0.734 0.130 225.8) |
Copy-ready code
/* CSS */
color: #2db9e7;
background-color: #2db9e7;
/* Tailwind (arbitrary) */
class="text-[#2db9e7] bg-[#2db9e7]"
/* SCSS */
$brand: #2db9e7;
/* SwiftUI */
Color(red: 0.176, green: 0.725, blue: 0.906)
/* Android */
Color.parseColor("#2db9e7")Accessibility — WCAG contrast
Aa
#2db9e7 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db9e7 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green72.5%
Blue90.6%
CMYK percentages
Cyan80.5%
Magenta19.9%
Yellow0.0%
Key (black)9.4%
Color previews
#2db9e7 text on a black background
contrast 9.21:1
Card sample
#2db9e7 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db9e7;
Background color
Panel with #2db9e7 background
background-color: #2db9e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db9e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 185, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 185, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db9e7; background: linear-gradient(135deg, #2db9e7, #2D3DE7);