#438cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
67, 140, 223
HSL
212°, 71%, 57%
CMYK
70, 37, 0, 13
Luminance
0.2528
Every format
| HEX | #438cdf |
| RGB | rgb(67, 140, 223) |
| HSL | hsl(212, 71%, 57%) |
| CMYK | cmyk(70%, 37%, 0%, 13%) |
| LAB | lab(57.3 4.3 -48.9) |
| LCH | lch(57.3 49.1 275.0) |
| OKLCH | oklch(0.633 0.145 253.5) |
Copy-ready code
/* CSS */
color: #438cdf;
background-color: #438cdf;
/* Tailwind (arbitrary) */
class="text-[#438cdf] bg-[#438cdf]"
/* SCSS */
$brand: #438cdf;
/* SwiftUI */
Color(red: 0.263, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#438cdf")Accessibility — WCAG contrast
Aa
#438cdf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#438cdf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#438cdf text on a black background
contrast 6.06:1
Card sample
#438cdf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #438cdf;
Background color
Panel with #438cdf background
background-color: #438cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #438cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #438cdf; background: linear-gradient(135deg, #438cdf, #6243DF);