#06f2cb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
6, 242, 203
HSL
170°, 95%, 49%
CMYK
98, 0, 16, 5
Luminance
0.6785
Every format
| HEX | #06f2cb |
| RGB | rgb(6, 242, 203) |
| HSL | hsl(170, 95%, 49%) |
| CMYK | cmyk(98%, 0%, 16%, 5%) |
| LAB | lab(85.9 -56.7 5.3) |
| LCH | lch(85.9 57.0 174.6) |
| OKLCH | oklch(0.859 0.161 175.3) |
Copy-ready code
/* CSS */
color: #06f2cb;
background-color: #06f2cb;
/* Tailwind (arbitrary) */
class="text-[#06f2cb] bg-[#06f2cb]"
/* SCSS */
$brand: #06f2cb;
/* SwiftUI */
Color(red: 0.024, green: 0.949, blue: 0.796)
/* Android */
Color.parseColor("#06f2cb")Accessibility — WCAG contrast
Aa
#06f2cb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06f2cb on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green94.9%
Blue79.6%
CMYK percentages
Cyan97.5%
Magenta0.0%
Yellow16.1%
Key (black)5.1%
Color previews
#06f2cb text on a black background
contrast 14.57:1
Card sample
#06f2cb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06f2cb;
Background color
Panel with #06f2cb background
background-color: #06f2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06f2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 242, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 242, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06f2cb; background: linear-gradient(135deg, #06f2cb, #067CF2);