#6ab4df
a balanced, vivid blue · cool · closest name: skyblue
RGB
106, 180, 223
HSL
202°, 65%, 65%
CMYK
53, 19, 0, 13
Luminance
0.4103
Every format
| HEX | #6ab4df |
| RGB | rgb(106, 180, 223) |
| HSL | hsl(202, 65%, 65%) |
| CMYK | cmyk(53%, 19%, 0%, 13%) |
| LAB | lab(70.2 -11.2 -28.7) |
| LCH | lch(70.2 30.8 248.7) |
| OKLCH | oklch(0.738 0.097 235.6) |
Copy-ready code
/* CSS */
color: #6ab4df;
background-color: #6ab4df;
/* Tailwind (arbitrary) */
class="text-[#6ab4df] bg-[#6ab4df]"
/* SCSS */
$brand: #6ab4df;
/* SwiftUI */
Color(red: 0.416, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#6ab4df")Accessibility — WCAG contrast
Aa
#6ab4df on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ab4df on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green70.6%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta19.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6ab4df text on a black background
contrast 9.21:1
Card sample
#6ab4df text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ab4df;
Background color
Panel with #6ab4df background
background-color: #6ab4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ab4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ab4df; background: linear-gradient(135deg, #6ab4df, #6E6ADF);