#2db1ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
45, 177, 206
HSL
191°, 64%, 49%
CMYK
78, 14, 0, 19
Luminance
0.3646
Every format
| HEX | #2db1ce |
| RGB | rgb(45, 177, 206) |
| HSL | hsl(191, 64%, 49%) |
| CMYK | cmyk(78%, 14%, 0%, 19%) |
| LAB | lab(66.9 -24.7 -24.6) |
| LCH | lch(66.9 34.9 224.9) |
| OKLCH | oklch(0.705 0.115 216.6) |
Copy-ready code
/* CSS */
color: #2db1ce;
background-color: #2db1ce;
/* Tailwind (arbitrary) */
class="text-[#2db1ce] bg-[#2db1ce]"
/* SCSS */
$brand: #2db1ce;
/* SwiftUI */
Color(red: 0.176, green: 0.694, blue: 0.808)
/* Android */
Color.parseColor("#2db1ce")Accessibility — WCAG contrast
Aa
#2db1ce on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2db1ce on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green69.4%
Blue80.8%
CMYK percentages
Cyan78.2%
Magenta14.1%
Yellow0.0%
Key (black)19.2%
Color previews
#2db1ce text on a black background
contrast 8.29:1
Card sample
#2db1ce text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2db1ce;
Background color
Panel with #2db1ce background
background-color: #2db1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2db1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 177, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 177, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2db1ce; background: linear-gradient(135deg, #2db1ce, #2D46CE);