#6fadef
a light, electric blue · cool · closest name: steelblue
RGB
111, 173, 239
HSL
211°, 80%, 69%
CMYK
54, 28, 0, 6
Luminance
0.3950
Every format
| HEX | #6fadef |
| RGB | rgb(111, 173, 239) |
| HSL | hsl(211, 80%, 69%) |
| CMYK | cmyk(54%, 28%, 0%, 6%) |
| LAB | lab(69.1 -1.5 -39.1) |
| LCH | lch(69.1 39.1 267.8) |
| OKLCH | oklch(0.732 0.116 251.1) |
Copy-ready code
/* CSS */
color: #6fadef;
background-color: #6fadef;
/* Tailwind (arbitrary) */
class="text-[#6fadef] bg-[#6fadef]"
/* SCSS */
$brand: #6fadef;
/* SwiftUI */
Color(red: 0.435, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#6fadef")Accessibility — WCAG contrast
Aa
#6fadef on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fadef on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan53.6%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#6fadef text on a black background
contrast 8.90:1
Card sample
#6fadef text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fadef;
Background color
Panel with #6fadef background
background-color: #6fadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fadef; background: linear-gradient(135deg, #6fadef, #866FEF);