#03bcdf
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 188, 223
HSL
190°, 97%, 44%
CMYK
99, 16, 0, 13
Luminance
0.4131
Every format
| HEX | #03bcdf |
| RGB | rgb(3, 188, 223) |
| HSL | hsl(190, 97%, 44%) |
| CMYK | cmyk(99%, 16%, 0%, 13%) |
| LAB | lab(70.4 -27.0 -28.6) |
| LCH | lch(70.4 39.3 226.6) |
| OKLCH | oklch(0.734 0.131 217.6) |
Copy-ready code
/* CSS */
color: #03bcdf;
background-color: #03bcdf;
/* Tailwind (arbitrary) */
class="text-[#03bcdf] bg-[#03bcdf]"
/* SCSS */
$brand: #03bcdf;
/* SwiftUI */
Color(red: 0.012, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#03bcdf")Accessibility — WCAG contrast
Aa
#03bcdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03bcdf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#03bcdf text on a black background
contrast 9.26:1
Card sample
#03bcdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03bcdf;
Background color
Panel with #03bcdf background
background-color: #03bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03bcdf; background: linear-gradient(135deg, #03bcdf, #032ADF);