#2dbef2
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 190, 242
HSL
196°, 88%, 56%
CMYK
81, 22, 0, 5
Luminance
0.4380
Every format
| HEX | #2dbef2 |
| RGB | rgb(45, 190, 242) |
| HSL | hsl(196, 88%, 56%) |
| CMYK | cmyk(81%, 22%, 0%, 5%) |
| LAB | lab(72.1 -19.6 -36.2) |
| LCH | lch(72.1 41.2 241.6) |
| OKLCH | oklch(0.751 0.137 228.2) |
Copy-ready code
/* CSS */
color: #2dbef2;
background-color: #2dbef2;
/* Tailwind (arbitrary) */
class="text-[#2dbef2] bg-[#2dbef2]"
/* SCSS */
$brand: #2dbef2;
/* SwiftUI */
Color(red: 0.176, green: 0.745, blue: 0.949)
/* Android */
Color.parseColor("#2dbef2")Accessibility — WCAG contrast
Aa
#2dbef2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbef2 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.5%
Blue94.9%
CMYK percentages
Cyan81.4%
Magenta21.5%
Yellow0.0%
Key (black)5.1%
Color previews
#2dbef2 text on a black background
contrast 9.76:1
Card sample
#2dbef2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbef2;
Background color
Panel with #2dbef2 background
background-color: #2dbef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 190, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 190, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbef2; background: linear-gradient(135deg, #2dbef2, #2D3BF2);