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