#368df7
a balanced, electric blue · cool · closest name: dodgerblue
RGB
54, 141, 247
HSL
213°, 92%, 59%
CMYK
78, 43, 0, 3
Luminance
0.2655
Every format
| HEX | #368df7 |
| RGB | rgb(54, 141, 247) |
| HSL | hsl(213, 92%, 59%) |
| CMYK | cmyk(78%, 43%, 0%, 3%) |
| LAB | lab(58.5 10.7 -60.3) |
| LCH | lch(58.5 61.2 280.0) |
| OKLCH | oklch(0.645 0.178 255.6) |
Copy-ready code
/* CSS */
color: #368df7;
background-color: #368df7;
/* Tailwind (arbitrary) */
class="text-[#368df7] bg-[#368df7]"
/* SCSS */
$brand: #368df7;
/* SwiftUI */
Color(red: 0.212, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#368df7")Accessibility — WCAG contrast
Aa
#368df7 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#368df7 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green55.3%
Blue96.9%
CMYK percentages
Cyan78.1%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#368df7 text on a black background
contrast 6.31:1
Card sample
#368df7 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #368df7;
Background color
Panel with #368df7 background
background-color: #368df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #368df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #368df7; background: linear-gradient(135deg, #368df7, #6036F7);