#00b3cd
a dark, electric cyan · cool · closest name: skyblue
RGB
0, 179, 205
HSL
188°, 100%, 40%
CMYK
100, 13, 0, 20
Luminance
0.3665
Every format
| HEX | #00b3cd |
| RGB | rgb(0, 179, 205) |
| HSL | hsl(188, 100%, 40%) |
| CMYK | cmyk(100%, 13%, 0%, 20%) |
| LAB | lab(67.0 -28.6 -23.9) |
| LCH | lch(67.0 37.2 219.9) |
| OKLCH | oklch(0.704 0.123 212.8) |
Copy-ready code
/* CSS */
color: #00b3cd;
background-color: #00b3cd;
/* Tailwind (arbitrary) */
class="text-[#00b3cd] bg-[#00b3cd]"
/* SCSS */
$brand: #00b3cd;
/* SwiftUI */
Color(red: 0.000, green: 0.702, blue: 0.804)
/* Android */
Color.parseColor("#00b3cd")Accessibility — WCAG contrast
Aa
#00b3cd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b3cd on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green70.2%
Blue80.4%
CMYK percentages
Cyan100.0%
Magenta12.7%
Yellow0.0%
Key (black)19.6%
Color previews
#00b3cd text on a black background
contrast 8.33:1
Card sample
#00b3cd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b3cd;
Background color
Panel with #00b3cd background
background-color: #00b3cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b3cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 179, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 179, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b3cd; background: linear-gradient(135deg, #00b3cd, #002ACD);