#05dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
5, 223, 235
HSL
183°, 96%, 47%
CMYK
98, 5, 0, 8
Luminance
0.5881
Every format
| HEX | #05dfeb |
| RGB | rgb(5, 223, 235) |
| HSL | hsl(183, 96%, 47%) |
| CMYK | cmyk(98%, 5%, 0%, 8%) |
| LAB | lab(81.2 -39.8 -18.6) |
| LCH | lch(81.2 43.9 205.0) |
| OKLCH | oklch(0.823 0.140 201.8) |
Copy-ready code
/* CSS */
color: #05dfeb;
background-color: #05dfeb;
/* Tailwind (arbitrary) */
class="text-[#05dfeb] bg-[#05dfeb]"
/* SCSS */
$brand: #05dfeb;
/* SwiftUI */
Color(red: 0.020, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#05dfeb")Accessibility — WCAG contrast
Aa
#05dfeb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05dfeb on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan97.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#05dfeb text on a black background
contrast 12.76:1
Card sample
#05dfeb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05dfeb;
Background color
Panel with #05dfeb background
background-color: #05dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05dfeb; background: linear-gradient(135deg, #05dfeb, #0546EB);