#6cebfd
a light, electric cyan · cool · closest name: skyblue
RGB
108, 235, 253
HSL
187°, 97%, 71%
CMYK
57, 7, 0, 1
Luminance
0.6970
Every format
| HEX | #6cebfd |
| RGB | rgb(108, 235, 253) |
| HSL | hsl(187, 97%, 71%) |
| CMYK | cmyk(57%, 7%, 0%, 1%) |
| LAB | lab(86.8 -30.2 -19.4) |
| LCH | lch(86.8 35.8 212.7) |
| OKLCH | oklch(0.875 0.115 207.9) |
Copy-ready code
/* CSS */
color: #6cebfd;
background-color: #6cebfd;
/* Tailwind (arbitrary) */
class="text-[#6cebfd] bg-[#6cebfd]"
/* SCSS */
$brand: #6cebfd;
/* SwiftUI */
Color(red: 0.424, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#6cebfd")Accessibility — WCAG contrast
Aa
#6cebfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cebfd on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#6cebfd text on a black background
contrast 14.94:1
Card sample
#6cebfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cebfd;
Background color
Panel with #6cebfd background
background-color: #6cebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cebfd; background: linear-gradient(135deg, #6cebfd, #6C8BFD);