#268eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
38, 142, 238
HSL
209°, 86%, 54%
CMYK
84, 40, 0, 7
Luminance
0.2593
Every format
| HEX | #268eee |
| RGB | rgb(38, 142, 238) |
| HSL | hsl(209, 86%, 54%) |
| CMYK | cmyk(84%, 40%, 0%, 7%) |
| LAB | lab(58.0 5.3 -56.3) |
| LCH | lch(58.0 56.5 275.4) |
| OKLCH | oklch(0.638 0.170 251.3) |
Copy-ready code
/* CSS */
color: #268eee;
background-color: #268eee;
/* Tailwind (arbitrary) */
class="text-[#268eee] bg-[#268eee]"
/* SCSS */
$brand: #268eee;
/* SwiftUI */
Color(red: 0.149, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#268eee")Accessibility — WCAG contrast
Aa
#268eee on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#268eee on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan84.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#268eee text on a black background
contrast 6.19:1
Card sample
#268eee text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #268eee;
Background color
Panel with #268eee background
background-color: #268eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #268eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #268eee; background: linear-gradient(135deg, #268eee, #4326EE);