#6ad6e4
a light, vivid cyan · cool · closest name: skyblue
RGB
106, 214, 228
HSL
187°, 69%, 66%
CMYK
54, 6, 0, 11
Luminance
0.5676
Every format
| HEX | #6ad6e4 |
| RGB | rgb(106, 214, 228) |
| HSL | hsl(187, 69%, 66%) |
| CMYK | cmyk(54%, 6%, 0%, 11%) |
| LAB | lab(80.0 -27.2 -16.4) |
| LCH | lch(80.0 31.8 211.1) |
| OKLCH | oklch(0.818 0.101 206.6) |
Copy-ready code
/* CSS */
color: #6ad6e4;
background-color: #6ad6e4;
/* Tailwind (arbitrary) */
class="text-[#6ad6e4] bg-[#6ad6e4]"
/* SCSS */
$brand: #6ad6e4;
/* SwiftUI */
Color(red: 0.416, green: 0.839, blue: 0.894)
/* Android */
Color.parseColor("#6ad6e4")Accessibility — WCAG contrast
Aa
#6ad6e4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad6e4 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.9%
Blue89.4%
CMYK percentages
Cyan53.5%
Magenta6.1%
Yellow0.0%
Key (black)10.6%
Color previews
#6ad6e4 text on a black background
contrast 12.35:1
Card sample
#6ad6e4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad6e4;
Background color
Panel with #6ad6e4 background
background-color: #6ad6e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad6e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 214, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 214, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad6e4; background: linear-gradient(135deg, #6ad6e4, #6A85E4);