#6cb8fd
a light, electric blue · cool · closest name: steelblue
RGB
108, 184, 253
HSL
209°, 97%, 71%
CMYK
57, 27, 0, 1
Luminance
0.4456
Every format
| HEX | #6cb8fd |
| RGB | rgb(108, 184, 253) |
| HSL | hsl(209, 97%, 71%) |
| CMYK | cmyk(57%, 27%, 0%, 1%) |
| LAB | lab(72.6 -4.0 -41.2) |
| LCH | lch(72.6 41.4 264.5) |
| OKLCH | oklch(0.761 0.125 247.6) |
Copy-ready code
/* CSS */
color: #6cb8fd;
background-color: #6cb8fd;
/* Tailwind (arbitrary) */
class="text-[#6cb8fd] bg-[#6cb8fd]"
/* SCSS */
$brand: #6cb8fd;
/* SwiftUI */
Color(red: 0.424, green: 0.722, blue: 0.992)
/* Android */
Color.parseColor("#6cb8fd")Accessibility — WCAG contrast
Aa
#6cb8fd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cb8fd on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green72.2%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta27.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6cb8fd text on a black background
contrast 9.91:1
Card sample
#6cb8fd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cb8fd;
Background color
Panel with #6cb8fd background
background-color: #6cb8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cb8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 184, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 184, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cb8fd; background: linear-gradient(135deg, #6cb8fd, #816CFD);