#267eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
38, 126, 238
HSL
214°, 86%, 54%
CMYK
84, 47, 0, 7
Luminance
0.2151
Every format
| HEX | #267eee |
| RGB | rgb(38, 126, 238) |
| HSL | hsl(214, 86%, 54%) |
| CMYK | cmyk(84%, 47%, 0%, 7%) |
| LAB | lab(53.5 15.1 -63.4) |
| LCH | lch(53.5 65.2 283.4) |
| OKLCH | oklch(0.604 0.187 256.8) |
Copy-ready code
/* CSS */
color: #267eee;
background-color: #267eee;
/* Tailwind (arbitrary) */
class="text-[#267eee] bg-[#267eee]"
/* SCSS */
$brand: #267eee;
/* SwiftUI */
Color(red: 0.149, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#267eee")Accessibility — WCAG contrast
Aa
#267eee on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#267eee on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green49.4%
Blue93.3%
CMYK percentages
Cyan84.0%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#267eee text on a black background
contrast 5.30:1
Card sample
#267eee text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267eee;
Background color
Panel with #267eee background
background-color: #267eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267eee; background: linear-gradient(135deg, #267eee, #5326EE);