#6bdfee
a light, electric cyan · cool · closest name: skyblue
RGB
107, 223, 238
HSL
187°, 79%, 68%
CMYK
55, 6, 0, 7
Luminance
0.6207
Every format
| HEX | #6bdfee |
| RGB | rgb(107, 223, 238) |
| HSL | hsl(187, 79%, 68%) |
| CMYK | cmyk(55%, 6%, 0%, 7%) |
| LAB | lab(83.0 -28.7 -17.3) |
| LCH | lch(83.0 33.5 211.1) |
| OKLCH | oklch(0.842 0.107 206.7) |
Copy-ready code
/* CSS */
color: #6bdfee;
background-color: #6bdfee;
/* Tailwind (arbitrary) */
class="text-[#6bdfee] bg-[#6bdfee]"
/* SCSS */
$brand: #6bdfee;
/* SwiftUI */
Color(red: 0.420, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#6bdfee")Accessibility — WCAG contrast
Aa
#6bdfee on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdfee on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green87.5%
Blue93.3%
CMYK percentages
Cyan55.0%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#6bdfee text on a black background
contrast 13.41:1
Card sample
#6bdfee text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdfee;
Background color
Panel with #6bdfee background
background-color: #6bdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdfee; background: linear-gradient(135deg, #6bdfee, #6B87EE);