#03dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
3, 219, 235
HSL
184°, 98%, 47%
CMYK
99, 7, 0, 8
Luminance
0.5668
Every format
| HEX | #03dbeb |
| RGB | rgb(3, 219, 235) |
| HSL | hsl(184, 98%, 47%) |
| CMYK | cmyk(99%, 7%, 0%, 8%) |
| LAB | lab(80.0 -38.0 -20.4) |
| LCH | lch(80.0 43.1 208.2) |
| OKLCH | oklch(0.813 0.138 204.2) |
Copy-ready code
/* CSS */
color: #03dbeb;
background-color: #03dbeb;
/* Tailwind (arbitrary) */
class="text-[#03dbeb] bg-[#03dbeb]"
/* SCSS */
$brand: #03dbeb;
/* SwiftUI */
Color(red: 0.012, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#03dbeb")Accessibility — WCAG contrast
Aa
#03dbeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03dbeb on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan98.7%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#03dbeb text on a black background
contrast 12.34:1
Card sample
#03dbeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03dbeb;
Background color
Panel with #03dbeb background
background-color: #03dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03dbeb; background: linear-gradient(135deg, #03dbeb, #0341EB);