#6bdeef
a light, electric cyan · cool · closest name: skyblue
RGB
107, 222, 239
HSL
188°, 81%, 68%
CMYK
55, 7, 0, 6
Luminance
0.6160
Every format
| HEX | #6bdeef |
| RGB | rgb(107, 222, 239) |
| HSL | hsl(188, 81%, 68%) |
| CMYK | cmyk(55%, 7%, 0%, 6%) |
| LAB | lab(82.7 -27.9 -18.2) |
| LCH | lch(82.7 33.3 213.1) |
| OKLCH | oklch(0.840 0.106 208.3) |
Copy-ready code
/* CSS */
color: #6bdeef;
background-color: #6bdeef;
/* Tailwind (arbitrary) */
class="text-[#6bdeef] bg-[#6bdeef]"
/* SCSS */
$brand: #6bdeef;
/* SwiftUI */
Color(red: 0.420, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#6bdeef")Accessibility — WCAG contrast
Aa
#6bdeef on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdeef on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green87.1%
Blue93.7%
CMYK percentages
Cyan55.2%
Magenta7.1%
Yellow0.0%
Key (black)6.3%
Color previews
#6bdeef text on a black background
contrast 13.32:1
Card sample
#6bdeef text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdeef;
Background color
Panel with #6bdeef background
background-color: #6bdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdeef; background: linear-gradient(135deg, #6bdeef, #6B86EF);