#0255cf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 85, 207
HSL
216°, 98%, 41%
CMYK
99, 59, 0, 19
Luminance
0.1101
Every format
| HEX | #0255cf |
| RGB | rgb(2, 85, 207) |
| HSL | hsl(216, 98%, 41%) |
| CMYK | cmyk(99%, 59%, 0%, 19%) |
| LAB | lab(39.6 27.7 -68.5) |
| LCH | lch(39.6 73.8 292.0) |
| OKLCH | oklch(0.489 0.201 260.3) |
Copy-ready code
/* CSS */
color: #0255cf;
background-color: #0255cf;
/* Tailwind (arbitrary) */
class="text-[#0255cf] bg-[#0255cf]"
/* SCSS */
$brand: #0255cf;
/* SwiftUI */
Color(red: 0.008, green: 0.333, blue: 0.812)
/* Android */
Color.parseColor("#0255cf")Accessibility — WCAG contrast
Aa
#0255cf on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0255cf on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green33.3%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta58.9%
Yellow0.0%
Key (black)18.8%
Color previews
#0255cf text on a black background
contrast 3.20:1
Card sample
#0255cf text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0255cf;
Background color
Panel with #0255cf background
background-color: #0255cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0255cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 85, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 85, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0255cf; background: linear-gradient(135deg, #0255cf, #3802CF);