#06ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
6, 235, 238
HSL
181°, 95%, 48%
CMYK
98, 1, 0, 7
Luminance
0.6563
Every format
| HEX | #06ebee |
| RGB | rgb(6, 235, 238) |
| HSL | hsl(181, 95%, 48%) |
| CMYK | cmyk(98%, 1%, 0%, 7%) |
| LAB | lab(84.8 -44.2 -14.7) |
| LCH | lch(84.8 46.6 198.4) |
| OKLCH | oklch(0.852 0.145 196.4) |
Copy-ready code
/* CSS */
color: #06ebee;
background-color: #06ebee;
/* Tailwind (arbitrary) */
class="text-[#06ebee] bg-[#06ebee]"
/* SCSS */
$brand: #06ebee;
/* SwiftUI */
Color(red: 0.024, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#06ebee")Accessibility — WCAG contrast
Aa
#06ebee on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ebee on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green92.2%
Blue93.3%
CMYK percentages
Cyan97.5%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#06ebee text on a black background
contrast 14.13:1
Card sample
#06ebee text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ebee;
Background color
Panel with #06ebee background
background-color: #06ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ebee; background: linear-gradient(135deg, #06ebee, #0650EE);