#368eaf
a dark, vivid cyan · cool · closest name: steelblue
RGB
54, 142, 175
HSL
196°, 53%, 45%
CMYK
69, 19, 0, 31
Luminance
0.2323
Every format
| HEX | #368eaf |
| RGB | rgb(54, 142, 175) |
| HSL | hsl(196, 53%, 45%) |
| CMYK | cmyk(69%, 19%, 0%, 31%) |
| LAB | lab(55.3 -15.3 -25.0) |
| LCH | lch(55.3 29.3 238.4) |
| OKLCH | oklch(0.608 0.096 226.6) |
Copy-ready code
/* CSS */
color: #368eaf;
background-color: #368eaf;
/* Tailwind (arbitrary) */
class="text-[#368eaf] bg-[#368eaf]"
/* SCSS */
$brand: #368eaf;
/* SwiftUI */
Color(red: 0.212, green: 0.557, blue: 0.686)
/* Android */
Color.parseColor("#368eaf")Accessibility — WCAG contrast
Aa
#368eaf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#368eaf on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green55.7%
Blue68.6%
CMYK percentages
Cyan69.1%
Magenta18.9%
Yellow0.0%
Key (black)31.4%
Color previews
#368eaf text on a black background
contrast 5.65:1
Card sample
#368eaf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #368eaf;
Background color
Panel with #368eaf background
background-color: #368eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #368eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 142, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 142, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #368eaf; background: linear-gradient(135deg, #368eaf, #363DAF);