#6fbafe
a light, electric blue · cool · closest name: steelblue
RGB
111, 186, 254
HSL
209°, 99%, 72%
CMYK
56, 27, 0, 0
Luminance
0.4565
Every format
| HEX | #6fbafe |
| RGB | rgb(111, 186, 254) |
| HSL | hsl(209, 99%, 72%) |
| CMYK | cmyk(56%, 27%, 0%, 0%) |
| LAB | lab(73.3 -4.2 -40.6) |
| LCH | lch(73.3 40.8 264.2) |
| OKLCH | oklch(0.768 0.123 247.5) |
Copy-ready code
/* CSS */
color: #6fbafe;
background-color: #6fbafe;
/* Tailwind (arbitrary) */
class="text-[#6fbafe] bg-[#6fbafe]"
/* SCSS */
$brand: #6fbafe;
/* SwiftUI */
Color(red: 0.435, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#6fbafe")Accessibility — WCAG contrast
Aa
#6fbafe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbafe on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green72.9%
Blue99.6%
CMYK percentages
Cyan56.3%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#6fbafe text on a black background
contrast 10.13:1
Card sample
#6fbafe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbafe;
Background color
Panel with #6fbafe background
background-color: #6fbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbafe; background: linear-gradient(135deg, #6fbafe, #836FFE);