#06cfe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
6, 207, 226
HSL
185°, 95%, 46%
CMYK
97, 8, 0, 11
Luminance
0.5016
Every format
| HEX | #06cfe2 |
| RGB | rgb(6, 207, 226) |
| HSL | hsl(185, 95%, 46%) |
| CMYK | cmyk(97%, 8%, 0%, 11%) |
| LAB | lab(76.2 -35.1 -21.4) |
| LCH | lch(76.2 41.1 211.3) |
| OKLCH | oklch(0.781 0.133 206.6) |
Copy-ready code
/* CSS */
color: #06cfe2;
background-color: #06cfe2;
/* Tailwind (arbitrary) */
class="text-[#06cfe2] bg-[#06cfe2]"
/* SCSS */
$brand: #06cfe2;
/* SwiftUI */
Color(red: 0.024, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#06cfe2")Accessibility — WCAG contrast
Aa
#06cfe2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06cfe2 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green81.2%
Blue88.6%
CMYK percentages
Cyan97.3%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#06cfe2 text on a black background
contrast 11.03:1
Card sample
#06cfe2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06cfe2;
Background color
Panel with #06cfe2 background
background-color: #06cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06cfe2; background: linear-gradient(135deg, #06cfe2, #063CE2);