#6fafff
a light, electric blue · cool · closest name: dodgerblue
RGB
111, 175, 255
HSL
213°, 100%, 72%
CMYK
57, 31, 0, 0
Luminance
0.4126
Every format
| HEX | #6fafff |
| RGB | rgb(111, 175, 255) |
| HSL | hsl(213, 100%, 72%) |
| CMYK | cmyk(57%, 31%, 0%, 0%) |
| LAB | lab(70.3 2.3 -45.8) |
| LCH | lch(70.3 45.9 272.8) |
| OKLCH | oklch(0.745 0.134 254.7) |
Copy-ready code
/* CSS */
color: #6fafff;
background-color: #6fafff;
/* Tailwind (arbitrary) */
class="text-[#6fafff] bg-[#6fafff]"
/* SCSS */
$brand: #6fafff;
/* SwiftUI */
Color(red: 0.435, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#6fafff")Accessibility — WCAG contrast
Aa
#6fafff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fafff on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green68.6%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#6fafff text on a black background
contrast 9.25:1
Card sample
#6fafff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fafff;
Background color
Panel with #6fafff background
background-color: #6fafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fafff; background: linear-gradient(135deg, #6fafff, #8F6FFF);