#27afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
39, 175, 235
HSL
198°, 83%, 54%
CMYK
83, 26, 0, 8
Luminance
0.3709
Every format
| HEX | #27afeb |
| RGB | rgb(39, 175, 235) |
| HSL | hsl(198, 83%, 54%) |
| CMYK | cmyk(83%, 26%, 0%, 8%) |
| LAB | lab(67.3 -14.5 -39.8) |
| LCH | lch(67.3 42.4 250.0) |
| OKLCH | oklch(0.712 0.139 233.9) |
Copy-ready code
/* CSS */
color: #27afeb;
background-color: #27afeb;
/* Tailwind (arbitrary) */
class="text-[#27afeb] bg-[#27afeb]"
/* SCSS */
$brand: #27afeb;
/* SwiftUI */
Color(red: 0.153, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#27afeb")Accessibility — WCAG contrast
Aa
#27afeb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27afeb on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan83.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#27afeb text on a black background
contrast 8.42:1
Card sample
#27afeb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27afeb;
Background color
Panel with #27afeb background
background-color: #27afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27afeb; background: linear-gradient(135deg, #27afeb, #272CEB);