#6bbcdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
107, 188, 219
HSL
197°, 61%, 64%
CMYK
51, 14, 0, 14
Luminance
0.4421
Every format
| HEX | #6bbcdb |
| RGB | rgb(107, 188, 219) |
| HSL | hsl(197, 61%, 64%) |
| CMYK | cmyk(51%, 14%, 0%, 14%) |
| LAB | lab(72.4 -16.4 -23.2) |
| LCH | lch(72.4 28.4 234.8) |
| OKLCH | oklch(0.755 0.091 225.0) |
Copy-ready code
/* CSS */
color: #6bbcdb;
background-color: #6bbcdb;
/* Tailwind (arbitrary) */
class="text-[#6bbcdb] bg-[#6bbcdb]"
/* SCSS */
$brand: #6bbcdb;
/* SwiftUI */
Color(red: 0.420, green: 0.737, blue: 0.859)
/* Android */
Color.parseColor("#6bbcdb")Accessibility — WCAG contrast
Aa
#6bbcdb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bbcdb on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green73.7%
Blue85.9%
CMYK percentages
Cyan51.1%
Magenta14.2%
Yellow0.0%
Key (black)14.1%
Color previews
#6bbcdb text on a black background
contrast 9.84:1
Card sample
#6bbcdb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bbcdb;
Background color
Panel with #6bbcdb background
background-color: #6bbcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bbcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 188, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 188, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bbcdb; background: linear-gradient(135deg, #6bbcdb, #6B71DB);