#448acf
a balanced, vivid blue · cool · closest name: steelblue
RGB
68, 138, 207
HSL
210°, 59%, 54%
CMYK
67, 33, 0, 19
Luminance
0.2391
Every format
| HEX | #448acf |
| RGB | rgb(68, 138, 207) |
| HSL | hsl(210, 59%, 54%) |
| CMYK | cmyk(67%, 33%, 0%, 19%) |
| LAB | lab(56.0 0.0 -42.0) |
| LCH | lch(56.0 42.0 270.0) |
| OKLCH | oklch(0.620 0.127 250.3) |
Copy-ready code
/* CSS */
color: #448acf;
background-color: #448acf;
/* Tailwind (arbitrary) */
class="text-[#448acf] bg-[#448acf]"
/* SCSS */
$brand: #448acf;
/* SwiftUI */
Color(red: 0.267, green: 0.541, blue: 0.812)
/* Android */
Color.parseColor("#448acf")Accessibility — WCAG contrast
Aa
#448acf on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448acf on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green54.1%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta33.3%
Yellow0.0%
Key (black)18.8%
Color previews
#448acf text on a black background
contrast 5.78:1
Card sample
#448acf text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448acf;
Background color
Panel with #448acf background
background-color: #448acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 138, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 138, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448acf; background: linear-gradient(135deg, #448acf, #5B44CF);