#6baeb7
a balanced, soft cyan · cool · closest name: skyblue
RGB
107, 174, 183
HSL
187°, 35%, 57%
CMYK
42, 5, 0, 28
Luminance
0.3682
Every format
| HEX | #6baeb7 |
| RGB | rgb(107, 174, 183) |
| HSL | hsl(187, 35%, 57%) |
| CMYK | cmyk(42%, 5%, 0%, 28%) |
| LAB | lab(67.1 -18.9 -11.3) |
| LCH | lch(67.1 22.0 210.9) |
| OKLCH | oklch(0.710 0.069 206.6) |
Copy-ready code
/* CSS */
color: #6baeb7;
background-color: #6baeb7;
/* Tailwind (arbitrary) */
class="text-[#6baeb7] bg-[#6baeb7]"
/* SCSS */
$brand: #6baeb7;
/* SwiftUI */
Color(red: 0.420, green: 0.682, blue: 0.718)
/* Android */
Color.parseColor("#6baeb7")Accessibility — WCAG contrast
Aa
#6baeb7 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6baeb7 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.2%
Blue71.8%
CMYK percentages
Cyan41.5%
Magenta4.9%
Yellow0.0%
Key (black)28.2%
Color previews
#6baeb7 text on a black background
contrast 8.36:1
Card sample
#6baeb7 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6baeb7;
Background color
Panel with #6baeb7 background
background-color: #6baeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6baeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 174, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 174, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6baeb7; background: linear-gradient(135deg, #6baeb7, #6B7BB7);