#6fadff
a light, electric blue · cool · closest name: dodgerblue
RGB
111, 173, 255
HSL
214°, 100%, 72%
CMYK
57, 32, 0, 0
Luminance
0.4049
Every format
| HEX | #6fadff |
| RGB | rgb(111, 173, 255) |
| HSL | hsl(214, 100%, 72%) |
| CMYK | cmyk(57%, 32%, 0%, 0%) |
| LAB | lab(69.8 3.4 -46.7) |
| LCH | lch(69.8 46.8 274.1) |
| OKLCH | oklch(0.740 0.136 255.9) |
Copy-ready code
/* CSS */
color: #6fadff;
background-color: #6fadff;
/* Tailwind (arbitrary) */
class="text-[#6fadff] bg-[#6fadff]"
/* SCSS */
$brand: #6fadff;
/* SwiftUI */
Color(red: 0.435, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#6fadff")Accessibility — WCAG contrast
Aa
#6fadff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fadff on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green67.8%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#6fadff text on a black background
contrast 9.10:1
Card sample
#6fadff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fadff;
Background color
Panel with #6fadff background
background-color: #6fadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fadff; background: linear-gradient(135deg, #6fadff, #916FFF);