#267ccb
a balanced, vivid blue · cool · closest name: steelblue
RGB
38, 124, 203
HSL
209°, 69%, 47%
CMYK
81, 39, 0, 20
Luminance
0.1914
Every format
| HEX | #267ccb |
| RGB | rgb(38, 124, 203) |
| HSL | hsl(209, 69%, 47%) |
| CMYK | cmyk(81%, 39%, 0%, 20%) |
| LAB | lab(50.9 3.1 -48.0) |
| LCH | lch(50.9 48.1 273.7) |
| OKLCH | oklch(0.576 0.145 250.6) |
Copy-ready code
/* CSS */
color: #267ccb;
background-color: #267ccb;
/* Tailwind (arbitrary) */
class="text-[#267ccb] bg-[#267ccb]"
/* SCSS */
$brand: #267ccb;
/* SwiftUI */
Color(red: 0.149, green: 0.486, blue: 0.796)
/* Android */
Color.parseColor("#267ccb")Accessibility — WCAG contrast
Aa
#267ccb on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#267ccb on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green48.6%
Blue79.6%
CMYK percentages
Cyan81.3%
Magenta38.9%
Yellow0.0%
Key (black)20.4%
Color previews
#267ccb text on a black background
contrast 4.83:1
Card sample
#267ccb text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267ccb;
Background color
Panel with #267ccb background
background-color: #267ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 124, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 124, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267ccb; background: linear-gradient(135deg, #267ccb, #3E26CB);