#27acef
a balanced, electric blue · cool · closest name: steelblue
RGB
39, 172, 239
HSL
200°, 86%, 55%
CMYK
84, 28, 0, 6
Luminance
0.3617
Every format
| HEX | #27acef |
| RGB | rgb(39, 172, 239) |
| HSL | hsl(200, 86%, 55%) |
| CMYK | cmyk(84%, 28%, 0%, 6%) |
| LAB | lab(66.7 -11.4 -43.1) |
| LCH | lch(66.7 44.6 255.1) |
| OKLCH | oklch(0.707 0.145 237.3) |
Copy-ready code
/* CSS */
color: #27acef;
background-color: #27acef;
/* Tailwind (arbitrary) */
class="text-[#27acef] bg-[#27acef]"
/* SCSS */
$brand: #27acef;
/* SwiftUI */
Color(red: 0.153, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#27acef")Accessibility — WCAG contrast
Aa
#27acef on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27acef on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green67.5%
Blue93.7%
CMYK percentages
Cyan83.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#27acef text on a black background
contrast 8.23:1
Card sample
#27acef text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27acef;
Background color
Panel with #27acef background
background-color: #27acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27acef; background: linear-gradient(135deg, #27acef, #2727EF);