#6facec
a light, electric blue · cool · closest name: steelblue
RGB
111, 172, 236
HSL
211°, 77%, 68%
CMYK
53, 27, 0, 8
Luminance
0.3894
Every format
| HEX | #6facec |
| RGB | rgb(111, 172, 236) |
| HSL | hsl(211, 77%, 68%) |
| CMYK | cmyk(53%, 27%, 0%, 8%) |
| LAB | lab(68.7 -1.9 -38.1) |
| LCH | lch(68.7 38.1 267.2) |
| OKLCH | oklch(0.729 0.113 250.7) |
Copy-ready code
/* CSS */
color: #6facec;
background-color: #6facec;
/* Tailwind (arbitrary) */
class="text-[#6facec] bg-[#6facec]"
/* SCSS */
$brand: #6facec;
/* SwiftUI */
Color(red: 0.435, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#6facec")Accessibility — WCAG contrast
Aa
#6facec on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6facec on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.5%
Blue92.5%
CMYK percentages
Cyan53.0%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#6facec text on a black background
contrast 8.79:1
Card sample
#6facec text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6facec;
Background color
Panel with #6facec background
background-color: #6facec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6facec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6facec; background: linear-gradient(135deg, #6facec, #856FEC);