#272dfd
a balanced, electric blue · warm · closest name: blue
RGB
39, 45, 253
HSL
238°, 98%, 57%
CMYK
85, 82, 0, 1
Luminance
0.0940
Every format
| HEX | #272dfd |
| RGB | rgb(39, 45, 253) |
| HSL | hsl(238, 98%, 57%) |
| CMYK | cmyk(85%, 82%, 0%, 1%) |
| LAB | lab(36.7 67.6 -99.3) |
| LCH | lch(36.7 120.1 304.2) |
| OKLCH | oklch(0.484 0.288 267.9) |
Copy-ready code
/* CSS */
color: #272dfd;
background-color: #272dfd;
/* Tailwind (arbitrary) */
class="text-[#272dfd] bg-[#272dfd]"
/* SCSS */
$brand: #272dfd;
/* SwiftUI */
Color(red: 0.153, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#272dfd")Accessibility — WCAG contrast
Aa
#272dfd on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272dfd on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green17.6%
Blue99.2%
CMYK percentages
Cyan84.6%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#272dfd text on a black background
contrast 2.88:1
Card sample
#272dfd text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272dfd;
Background color
Panel with #272dfd background
background-color: #272dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272dfd; background: linear-gradient(135deg, #272dfd, #B027FD);