#6bc9cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
107, 201, 203
HSL
181°, 48%, 61%
CMYK
47, 1, 0, 20
Luminance
0.4921
Every format
| HEX | #6bc9cb |
| RGB | rgb(107, 201, 203) |
| HSL | hsl(181, 48%, 61%) |
| CMYK | cmyk(47%, 1%, 0%, 20%) |
| LAB | lab(75.6 -27.3 -9.6) |
| LCH | lch(75.6 28.9 199.5) |
| OKLCH | oklch(0.779 0.089 197.3) |
Copy-ready code
/* CSS */
color: #6bc9cb;
background-color: #6bc9cb;
/* Tailwind (arbitrary) */
class="text-[#6bc9cb] bg-[#6bc9cb]"
/* SCSS */
$brand: #6bc9cb;
/* SwiftUI */
Color(red: 0.420, green: 0.788, blue: 0.796)
/* Android */
Color.parseColor("#6bc9cb")Accessibility — WCAG contrast
Aa
#6bc9cb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bc9cb on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green78.8%
Blue79.6%
CMYK percentages
Cyan47.3%
Magenta1.0%
Yellow0.0%
Key (black)20.4%
Color previews
#6bc9cb text on a black background
contrast 10.84:1
Card sample
#6bc9cb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bc9cb;
Background color
Panel with #6bc9cb background
background-color: #6bc9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bc9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 201, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 201, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bc9cb; background: linear-gradient(135deg, #6bc9cb, #6B89CB);