#265cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
38, 92, 223
HSL
223°, 74%, 51%
CMYK
83, 59, 0, 13
Luminance
0.1339
Every format
| HEX | #265cdf |
| RGB | rgb(38, 92, 223) |
| HSL | hsl(223, 74%, 51%) |
| CMYK | cmyk(83%, 59%, 0%, 13%) |
| LAB | lab(43.4 31.0 -71.5) |
| LCH | lch(43.4 77.9 293.5) |
| OKLCH | oklch(0.523 0.208 263.7) |
Copy-ready code
/* CSS */
color: #265cdf;
background-color: #265cdf;
/* Tailwind (arbitrary) */
class="text-[#265cdf] bg-[#265cdf]"
/* SCSS */
$brand: #265cdf;
/* SwiftUI */
Color(red: 0.149, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#265cdf")Accessibility — WCAG contrast
Aa
#265cdf on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#265cdf on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan83.0%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#265cdf text on a black background
contrast 3.68:1
Card sample
#265cdf text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #265cdf;
Background color
Panel with #265cdf background
background-color: #265cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #265cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #265cdf; background: linear-gradient(135deg, #265cdf, #6B26DF);