#6bdffc
a light, electric cyan · cool · closest name: skyblue
RGB
107, 223, 252
HSL
192°, 96%, 70%
CMYK
58, 12, 0, 1
Luminance
0.6293
Every format
| HEX | #6bdffc |
| RGB | rgb(107, 223, 252) |
| HSL | hsl(192, 96%, 70%) |
| CMYK | cmyk(58%, 12%, 0%, 1%) |
| LAB | lab(83.4 -24.8 -24.0) |
| LCH | lch(83.4 34.5 224.1) |
| OKLCH | oklch(0.847 0.112 216.6) |
Copy-ready code
/* CSS */
color: #6bdffc;
background-color: #6bdffc;
/* Tailwind (arbitrary) */
class="text-[#6bdffc] bg-[#6bdffc]"
/* SCSS */
$brand: #6bdffc;
/* SwiftUI */
Color(red: 0.420, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#6bdffc")Accessibility — WCAG contrast
Aa
#6bdffc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdffc on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green87.5%
Blue98.8%
CMYK percentages
Cyan57.5%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#6bdffc text on a black background
contrast 13.59:1
Card sample
#6bdffc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdffc;
Background color
Panel with #6bdffc background
background-color: #6bdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdffc; background: linear-gradient(135deg, #6bdffc, #6B7EFC);