#266eee
a balanced, electric blue · cool · closest name: royalblue
RGB
38, 110, 238
HSL
218°, 86%, 54%
CMYK
84, 54, 0, 7
Luminance
0.1774
Every format
| HEX | #266eee |
| RGB | rgb(38, 110, 238) |
| HSL | hsl(218, 86%, 54%) |
| CMYK | cmyk(84%, 54%, 0%, 7%) |
| LAB | lab(49.2 25.2 -70.4) |
| LCH | lch(49.2 74.8 289.7) |
| OKLCH | oklch(0.570 0.206 261.0) |
Copy-ready code
/* CSS */
color: #266eee;
background-color: #266eee;
/* Tailwind (arbitrary) */
class="text-[#266eee] bg-[#266eee]"
/* SCSS */
$brand: #266eee;
/* SwiftUI */
Color(red: 0.149, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#266eee")Accessibility — WCAG contrast
Aa
#266eee on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#266eee on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green43.1%
Blue93.3%
CMYK percentages
Cyan84.0%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#266eee text on a black background
contrast 4.55:1
Card sample
#266eee text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #266eee;
Background color
Panel with #266eee background
background-color: #266eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #266eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #266eee; background: linear-gradient(135deg, #266eee, #6326EE);