#03b7df
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 183, 223
HSL
191°, 97%, 44%
CMYK
99, 18, 0, 13
Luminance
0.3921
Every format
| HEX | #03b7df |
| RGB | rgb(3, 183, 223) |
| HSL | hsl(191, 97%, 44%) |
| CMYK | cmyk(99%, 18%, 0%, 13%) |
| LAB | lab(68.9 -24.5 -30.9) |
| LCH | lch(68.9 39.4 231.6) |
| OKLCH | oklch(0.722 0.132 221.0) |
Copy-ready code
/* CSS */
color: #03b7df;
background-color: #03b7df;
/* Tailwind (arbitrary) */
class="text-[#03b7df] bg-[#03b7df]"
/* SCSS */
$brand: #03b7df;
/* SwiftUI */
Color(red: 0.012, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#03b7df")Accessibility — WCAG contrast
Aa
#03b7df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03b7df on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green71.8%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta17.9%
Yellow0.0%
Key (black)12.5%
Color previews
#03b7df text on a black background
contrast 8.84:1
Card sample
#03b7df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03b7df;
Background color
Panel with #03b7df background
background-color: #03b7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03b7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03b7df; background: linear-gradient(135deg, #03b7df, #0324DF);