#6baeb0
a balanced, soft cyan · cool · closest name: skyblue
RGB
107, 174, 176
HSL
182°, 30%, 56%
CMYK
39, 1, 0, 31
Luminance
0.3653
Every format
| HEX | #6baeb0 |
| RGB | rgb(107, 174, 176) |
| HSL | hsl(182, 30%, 56%) |
| CMYK | cmyk(39%, 1%, 0%, 31%) |
| LAB | lab(66.9 -20.7 -7.7) |
| LCH | lch(66.9 22.1 200.5) |
| OKLCH | oklch(0.707 0.068 198.2) |
Copy-ready code
/* CSS */
color: #6baeb0;
background-color: #6baeb0;
/* Tailwind (arbitrary) */
class="text-[#6baeb0] bg-[#6baeb0]"
/* SCSS */
$brand: #6baeb0;
/* SwiftUI */
Color(red: 0.420, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#6baeb0")Accessibility — WCAG contrast
Aa
#6baeb0 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6baeb0 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.2%
Blue69.0%
CMYK percentages
Cyan39.2%
Magenta1.1%
Yellow0.0%
Key (black)31.0%
Color previews
#6baeb0 text on a black background
contrast 8.31:1
Card sample
#6baeb0 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6baeb0;
Background color
Panel with #6baeb0 background
background-color: #6baeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6baeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6baeb0; background: linear-gradient(135deg, #6baeb0, #6B80B0);