#6ab9df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
106, 185, 223
HSL
200°, 65%, 65%
CMYK
53, 17, 0, 13
Luminance
0.4309
Every format
| HEX | #6ab9df |
| RGB | rgb(106, 185, 223) |
| HSL | hsl(200, 65%, 65%) |
| CMYK | cmyk(53%, 17%, 0%, 13%) |
| LAB | lab(71.6 -13.9 -26.5) |
| LCH | lch(71.6 29.9 242.4) |
| OKLCH | oklch(0.750 0.095 230.7) |
Copy-ready code
/* CSS */
color: #6ab9df;
background-color: #6ab9df;
/* Tailwind (arbitrary) */
class="text-[#6ab9df] bg-[#6ab9df]"
/* SCSS */
$brand: #6ab9df;
/* SwiftUI */
Color(red: 0.416, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#6ab9df")Accessibility — WCAG contrast
Aa
#6ab9df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ab9df on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green72.5%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta17.0%
Yellow0.0%
Key (black)12.5%
Color previews
#6ab9df text on a black background
contrast 9.62:1
Card sample
#6ab9df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ab9df;
Background color
Panel with #6ab9df background
background-color: #6ab9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ab9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ab9df; background: linear-gradient(135deg, #6ab9df, #6A6BDF);