#03beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 190, 238
HSL
192°, 98%, 47%
CMYK
99, 20, 0, 7
Luminance
0.4302
Every format
| HEX | #03beee |
| RGB | rgb(3, 190, 238) |
| HSL | hsl(192, 98%, 47%) |
| CMYK | cmyk(99%, 20%, 0%, 7%) |
| LAB | lab(71.6 -22.9 -34.9) |
| LCH | lch(71.6 41.8 236.7) |
| OKLCH | oklch(0.745 0.140 224.5) |
Copy-ready code
/* CSS */
color: #03beee;
background-color: #03beee;
/* Tailwind (arbitrary) */
class="text-[#03beee] bg-[#03beee]"
/* SCSS */
$brand: #03beee;
/* SwiftUI */
Color(red: 0.012, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#03beee")Accessibility — WCAG contrast
Aa
#03beee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03beee on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan98.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#03beee text on a black background
contrast 9.60:1
Card sample
#03beee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03beee;
Background color
Panel with #03beee background
background-color: #03beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03beee; background: linear-gradient(135deg, #03beee, #0321EE);