#6fbaff
a light, electric blue · cool · closest name: steelblue
RGB
111, 186, 255
HSL
209°, 100%, 72%
CMYK
57, 27, 0, 0
Luminance
0.4572
Every format
| HEX | #6fbaff |
| RGB | rgb(111, 186, 255) |
| HSL | hsl(209, 100%, 72%) |
| CMYK | cmyk(57%, 27%, 0%, 0%) |
| LAB | lab(73.4 -3.9 -41.1) |
| LCH | lch(73.4 41.3 264.6) |
| OKLCH | oklch(0.768 0.125 247.8) |
Copy-ready code
/* CSS */
color: #6fbaff;
background-color: #6fbaff;
/* Tailwind (arbitrary) */
class="text-[#6fbaff] bg-[#6fbaff]"
/* SCSS */
$brand: #6fbaff;
/* SwiftUI */
Color(red: 0.435, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#6fbaff")Accessibility — WCAG contrast
Aa
#6fbaff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbaff on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green72.9%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#6fbaff text on a black background
contrast 10.14:1
Card sample
#6fbaff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbaff;
Background color
Panel with #6fbaff background
background-color: #6fbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbaff; background: linear-gradient(135deg, #6fbaff, #846FFF);