#27c2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
39, 194, 219
HSL
188°, 71%, 51%
CMYK
82, 11, 0, 14
Luminance
0.4413
Every format
| HEX | #27c2db |
| RGB | rgb(39, 194, 219) |
| HSL | hsl(188, 71%, 51%) |
| CMYK | cmyk(82%, 11%, 0%, 14%) |
| LAB | lab(72.3 -29.6 -23.4) |
| LCH | lch(72.3 37.7 218.4) |
| OKLCH | oklch(0.750 0.124 211.9) |
Copy-ready code
/* CSS */
color: #27c2db;
background-color: #27c2db;
/* Tailwind (arbitrary) */
class="text-[#27c2db] bg-[#27c2db]"
/* SCSS */
$brand: #27c2db;
/* SwiftUI */
Color(red: 0.153, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#27c2db")Accessibility — WCAG contrast
Aa
#27c2db on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27c2db on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green76.1%
Blue85.9%
CMYK percentages
Cyan82.2%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#27c2db text on a black background
contrast 9.83:1
Card sample
#27c2db text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27c2db;
Background color
Panel with #27c2db background
background-color: #27c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27c2db; background: linear-gradient(135deg, #27c2db, #274ADB);