#6dafc5
a balanced, soft cyan · cool · closest name: skyblue
RGB
109, 175, 197
HSL
195°, 43%, 60%
CMYK
45, 11, 0, 23
Luminance
0.3794
Every format
| HEX | #6dafc5 |
| RGB | rgb(109, 175, 197) |
| HSL | hsl(195, 43%, 60%) |
| CMYK | cmyk(45%, 11%, 0%, 23%) |
| LAB | lab(68.0 -15.2 -17.8) |
| LCH | lch(68.0 23.4 229.5) |
| OKLCH | oklch(0.718 0.074 221.2) |
Copy-ready code
/* CSS */
color: #6dafc5;
background-color: #6dafc5;
/* Tailwind (arbitrary) */
class="text-[#6dafc5] bg-[#6dafc5]"
/* SCSS */
$brand: #6dafc5;
/* SwiftUI */
Color(red: 0.427, green: 0.686, blue: 0.773)
/* Android */
Color.parseColor("#6dafc5")Accessibility — WCAG contrast
Aa
#6dafc5 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dafc5 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green68.6%
Blue77.3%
CMYK percentages
Cyan44.7%
Magenta11.2%
Yellow0.0%
Key (black)22.7%
Color previews
#6dafc5 text on a black background
contrast 8.59:1
Card sample
#6dafc5 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dafc5;
Background color
Panel with #6dafc5 background
background-color: #6dafc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dafc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 175, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 175, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dafc5; background: linear-gradient(135deg, #6dafc5, #6D74C5);