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