#6daeb7
a balanced, soft cyan · cool · closest name: skyblue
RGB
109, 174, 183
HSL
187°, 34%, 57%
CMYK
40, 5, 0, 28
Luminance
0.3694
Every format
| HEX | #6daeb7 |
| RGB | rgb(109, 174, 183) |
| HSL | hsl(187, 34%, 57%) |
| CMYK | cmyk(40%, 5%, 0%, 28%) |
| LAB | lab(67.2 -18.4 -11.2) |
| LCH | lch(67.2 21.5 211.2) |
| OKLCH | oklch(0.711 0.068 206.9) |
Copy-ready code
/* CSS */
color: #6daeb7;
background-color: #6daeb7;
/* Tailwind (arbitrary) */
class="text-[#6daeb7] bg-[#6daeb7]"
/* SCSS */
$brand: #6daeb7;
/* SwiftUI */
Color(red: 0.427, green: 0.682, blue: 0.718)
/* Android */
Color.parseColor("#6daeb7")Accessibility — WCAG contrast
Aa
#6daeb7 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6daeb7 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green68.2%
Blue71.8%
CMYK percentages
Cyan40.4%
Magenta4.9%
Yellow0.0%
Key (black)28.2%
Color previews
#6daeb7 text on a black background
contrast 8.39:1
Card sample
#6daeb7 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6daeb7;
Background color
Panel with #6daeb7 background
background-color: #6daeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6daeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 174, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 174, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6daeb7; background: linear-gradient(135deg, #6daeb7, #6D7DB7);