#03b0cd
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 176, 205
HSL
189°, 97%, 41%
CMYK
99, 14, 0, 20
Luminance
0.3548
Every format
| HEX | #03b0cd |
| RGB | rgb(3, 176, 205) |
| HSL | hsl(189, 97%, 41%) |
| CMYK | cmyk(99%, 14%, 0%, 20%) |
| LAB | lab(66.1 -27.0 -25.3) |
| LCH | lch(66.1 37.0 223.1) |
| OKLCH | oklch(0.697 0.123 215.1) |
Copy-ready code
/* CSS */
color: #03b0cd;
background-color: #03b0cd;
/* Tailwind (arbitrary) */
class="text-[#03b0cd] bg-[#03b0cd]"
/* SCSS */
$brand: #03b0cd;
/* SwiftUI */
Color(red: 0.012, green: 0.690, blue: 0.804)
/* Android */
Color.parseColor("#03b0cd")Accessibility — WCAG contrast
Aa
#03b0cd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03b0cd on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green69.0%
Blue80.4%
CMYK percentages
Cyan98.5%
Magenta14.1%
Yellow0.0%
Key (black)19.6%
Color previews
#03b0cd text on a black background
contrast 8.10:1
Card sample
#03b0cd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03b0cd;
Background color
Panel with #03b0cd background
background-color: #03b0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03b0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 176, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 176, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03b0cd; background: linear-gradient(135deg, #03b0cd, #0329CD);