#267fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
38, 127, 223
HSL
211°, 74%, 51%
CMYK
83, 43, 0, 13
Luminance
0.2092
Every format
| HEX | #267fdf |
| RGB | rgb(38, 127, 223) |
| HSL | hsl(211, 74%, 51%) |
| CMYK | cmyk(83%, 43%, 0%, 13%) |
| LAB | lab(52.9 8.8 -56.1) |
| LCH | lch(52.9 56.8 278.9) |
| OKLCH | oklch(0.596 0.167 254.0) |
Copy-ready code
/* CSS */
color: #267fdf;
background-color: #267fdf;
/* Tailwind (arbitrary) */
class="text-[#267fdf] bg-[#267fdf]"
/* SCSS */
$brand: #267fdf;
/* SwiftUI */
Color(red: 0.149, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#267fdf")Accessibility — WCAG contrast
Aa
#267fdf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#267fdf on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan83.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#267fdf text on a black background
contrast 5.18:1
Card sample
#267fdf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267fdf;
Background color
Panel with #267fdf background
background-color: #267fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267fdf; background: linear-gradient(135deg, #267fdf, #4826DF);