#06ebfc
a balanced, electric cyan · cool · closest name: cyan
RGB
6, 235, 252
HSL
184°, 98%, 51%
CMYK
98, 7, 0, 1
Luminance
0.6648
Every format
| HEX | #06ebfc |
| RGB | rgb(6, 235, 252) |
| HSL | hsl(184, 98%, 51%) |
| CMYK | cmyk(98%, 7%, 0%, 1%) |
| LAB | lab(85.2 -40.0 -21.4) |
| LCH | lch(85.2 45.4 208.1) |
| OKLCH | oklch(0.857 0.146 204.2) |
Copy-ready code
/* CSS */
color: #06ebfc;
background-color: #06ebfc;
/* Tailwind (arbitrary) */
class="text-[#06ebfc] bg-[#06ebfc]"
/* SCSS */
$brand: #06ebfc;
/* SwiftUI */
Color(red: 0.024, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#06ebfc")Accessibility — WCAG contrast
Aa
#06ebfc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ebfc on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green92.2%
Blue98.8%
CMYK percentages
Cyan97.6%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#06ebfc text on a black background
contrast 14.30:1
Card sample
#06ebfc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ebfc;
Background color
Panel with #06ebfc background
background-color: #06ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ebfc; background: linear-gradient(135deg, #06ebfc, #0647FC);