#6cbfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 191, 223
HSL
197°, 64%, 65%
CMYK
52, 14, 0, 13
Luminance
0.4578
Every format
| HEX | #6cbfdf |
| RGB | rgb(108, 191, 223) |
| HSL | hsl(197, 64%, 65%) |
| CMYK | cmyk(52%, 14%, 0%, 13%) |
| LAB | lab(73.4 -16.6 -23.8) |
| LCH | lch(73.4 29.0 235.1) |
| OKLCH | oklch(0.764 0.093 225.2) |
Copy-ready code
/* CSS */
color: #6cbfdf;
background-color: #6cbfdf;
/* Tailwind (arbitrary) */
class="text-[#6cbfdf] bg-[#6cbfdf]"
/* SCSS */
$brand: #6cbfdf;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#6cbfdf")Accessibility — WCAG contrast
Aa
#6cbfdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfdf on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan51.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#6cbfdf text on a black background
contrast 10.16:1
Card sample
#6cbfdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfdf;
Background color
Panel with #6cbfdf background
background-color: #6cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfdf; background: linear-gradient(135deg, #6cbfdf, #6C72DF);