#6cbfd7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 191, 215
HSL
194°, 57%, 63%
CMYK
50, 11, 0, 16
Luminance
0.4536
Every format
| HEX | #6cbfd7 |
| RGB | rgb(108, 191, 215) |
| HSL | hsl(194, 57%, 63%) |
| CMYK | cmyk(50%, 11%, 0%, 16%) |
| LAB | lab(73.1 -18.8 -19.8) |
| LCH | lch(73.1 27.3 226.5) |
| OKLCH | oklch(0.761 0.088 218.7) |
Copy-ready code
/* CSS */
color: #6cbfd7;
background-color: #6cbfd7;
/* Tailwind (arbitrary) */
class="text-[#6cbfd7] bg-[#6cbfd7]"
/* SCSS */
$brand: #6cbfd7;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#6cbfd7")Accessibility — WCAG contrast
Aa
#6cbfd7 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfd7 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue84.3%
CMYK percentages
Cyan49.8%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#6cbfd7 text on a black background
contrast 10.07:1
Card sample
#6cbfd7 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfd7;
Background color
Panel with #6cbfd7 background
background-color: #6cbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfd7; background: linear-gradient(135deg, #6cbfd7, #6C77D7);