#00dbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 219, 253
HSL
188°, 100%, 50%
CMYK
100, 13, 0, 1
Luminance
0.5775
Every format
| HEX | #00dbfd |
| RGB | rgb(0, 219, 253) |
| HSL | hsl(188, 100%, 50%) |
| CMYK | cmyk(100%, 13%, 0%, 1%) |
| LAB | lab(80.6 -32.4 -29.0) |
| LCH | lch(80.6 43.5 221.9) |
| OKLCH | oklch(0.820 0.144 214.2) |
Copy-ready code
/* CSS */
color: #00dbfd;
background-color: #00dbfd;
/* Tailwind (arbitrary) */
class="text-[#00dbfd] bg-[#00dbfd]"
/* SCSS */
$brand: #00dbfd;
/* SwiftUI */
Color(red: 0.000, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#00dbfd")Accessibility — WCAG contrast
Aa
#00dbfd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00dbfd on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green85.9%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#00dbfd text on a black background
contrast 12.55:1
Card sample
#00dbfd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00dbfd;
Background color
Panel with #00dbfd background
background-color: #00dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00dbfd; background: linear-gradient(135deg, #00dbfd, #0032FD);