#00dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
0, 219, 235
HSL
184°, 100%, 46%
CMYK
100, 7, 0, 8
Luminance
0.5666
Every format
| HEX | #00dbeb |
| RGB | rgb(0, 219, 235) |
| HSL | hsl(184, 100%, 46%) |
| CMYK | cmyk(100%, 7%, 0%, 8%) |
| LAB | lab(80.0 -38.0 -20.4) |
| LCH | lch(80.0 43.1 208.2) |
| OKLCH | oklch(0.813 0.139 204.2) |
Copy-ready code
/* CSS */
color: #00dbeb;
background-color: #00dbeb;
/* Tailwind (arbitrary) */
class="text-[#00dbeb] bg-[#00dbeb]"
/* SCSS */
$brand: #00dbeb;
/* SwiftUI */
Color(red: 0.000, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#00dbeb")Accessibility — WCAG contrast
Aa
#00dbeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00dbeb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#00dbeb text on a black background
contrast 12.33:1
Card sample
#00dbeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00dbeb;
Background color
Panel with #00dbeb background
background-color: #00dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00dbeb; background: linear-gradient(135deg, #00dbeb, #003EEB);