#6cbfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
108, 191, 228
HSL
199°, 69%, 66%
CMYK
53, 16, 0, 11
Luminance
0.4605
Every format
| HEX | #6cbfe4 |
| RGB | rgb(108, 191, 228) |
| HSL | hsl(199, 69%, 66%) |
| CMYK | cmyk(53%, 16%, 0%, 11%) |
| LAB | lab(73.6 -15.2 -26.2) |
| LCH | lch(73.6 30.3 240.0) |
| OKLCH | oklch(0.766 0.097 228.8) |
Copy-ready code
/* CSS */
color: #6cbfe4;
background-color: #6cbfe4;
/* Tailwind (arbitrary) */
class="text-[#6cbfe4] bg-[#6cbfe4]"
/* SCSS */
$brand: #6cbfe4;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.894)
/* Android */
Color.parseColor("#6cbfe4")Accessibility — WCAG contrast
Aa
#6cbfe4 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfe4 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue89.4%
CMYK percentages
Cyan52.6%
Magenta16.2%
Yellow0.0%
Key (black)10.6%
Color previews
#6cbfe4 text on a black background
contrast 10.21:1
Card sample
#6cbfe4 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfe4;
Background color
Panel with #6cbfe4 background
background-color: #6cbfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfe4; background: linear-gradient(135deg, #6cbfe4, #6C6FE4);