#27bcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
39, 188, 223
HSL
191°, 74%, 51%
CMYK
83, 16, 0, 13
Luminance
0.4173
Every format
| HEX | #27bcdf |
| RGB | rgb(39, 188, 223) |
| HSL | hsl(191, 74%, 51%) |
| CMYK | cmyk(83%, 16%, 0%, 13%) |
| LAB | lab(70.7 -25.3 -28.1) |
| LCH | lch(70.7 37.8 228.0) |
| OKLCH | oklch(0.737 0.126 218.7) |
Copy-ready code
/* CSS */
color: #27bcdf;
background-color: #27bcdf;
/* Tailwind (arbitrary) */
class="text-[#27bcdf] bg-[#27bcdf]"
/* SCSS */
$brand: #27bcdf;
/* SwiftUI */
Color(red: 0.153, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#27bcdf")Accessibility — WCAG contrast
Aa
#27bcdf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27bcdf on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#27bcdf text on a black background
contrast 9.35:1
Card sample
#27bcdf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27bcdf;
Background color
Panel with #27bcdf background
background-color: #27bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27bcdf; background: linear-gradient(135deg, #27bcdf, #2741DF);