#2db6ea
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 182, 234
HSL
197°, 82%, 55%
CMYK
81, 22, 0, 8
Luminance
0.3995
Every format
| HEX | #2db6ea |
| RGB | rgb(45, 182, 234) |
| HSL | hsl(197, 82%, 55%) |
| CMYK | cmyk(81%, 22%, 0%, 8%) |
| LAB | lab(69.4 -18.1 -36.0) |
| LCH | lch(69.4 40.3 243.4) |
| OKLCH | oklch(0.729 0.133 229.4) |
Copy-ready code
/* CSS */
color: #2db6ea;
background-color: #2db6ea;
/* Tailwind (arbitrary) */
class="text-[#2db6ea] bg-[#2db6ea]"
/* SCSS */
$brand: #2db6ea;
/* SwiftUI */
Color(red: 0.176, green: 0.714, blue: 0.918)
/* Android */
Color.parseColor("#2db6ea")Accessibility — WCAG contrast
Aa
#2db6ea on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db6ea on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green71.4%
Blue91.8%
CMYK percentages
Cyan80.8%
Magenta22.2%
Yellow0.0%
Key (black)8.2%
Color previews
#2db6ea text on a black background
contrast 8.99:1
Card sample
#2db6ea text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db6ea;
Background color
Panel with #2db6ea background
background-color: #2db6ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db6ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 182, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 182, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db6ea; background: linear-gradient(135deg, #2db6ea, #2D38EA);