#272cdf
a balanced, vivid blue · warm · closest name: blue
RGB
39, 44, 223
HSL
238°, 74%, 51%
CMYK
83, 80, 0, 13
Luminance
0.0756
Every format
| HEX | #272cdf |
| RGB | rgb(39, 44, 223) |
| HSL | hsl(238, 74%, 51%) |
| CMYK | cmyk(83%, 80%, 0%, 13%) |
| LAB | lab(33.0 59.1 -88.4) |
| LCH | lch(33.0 106.4 303.8) |
| OKLCH | oklch(0.448 0.256 268.9) |
Copy-ready code
/* CSS */
color: #272cdf;
background-color: #272cdf;
/* Tailwind (arbitrary) */
class="text-[#272cdf] bg-[#272cdf]"
/* SCSS */
$brand: #272cdf;
/* SwiftUI */
Color(red: 0.153, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#272cdf")Accessibility — WCAG contrast
Aa
#272cdf on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272cdf on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#272cdf text on a black background
contrast 2.51:1
Card sample
#272cdf text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272cdf;
Background color
Panel with #272cdf background
background-color: #272cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272cdf; background: linear-gradient(135deg, #272cdf, #9D27DF);