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