#27cfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
39, 207, 219
HSL
184°, 71%, 51%
CMYK
82, 6, 0, 14
Luminance
0.5017
Every format
| HEX | #27cfdb |
| RGB | rgb(39, 207, 219) |
| HSL | hsl(184, 71%, 51%) |
| CMYK | cmyk(82%, 6%, 0%, 14%) |
| LAB | lab(76.2 -35.8 -17.6) |
| LCH | lch(76.2 39.8 206.1) |
| OKLCH | oklch(0.781 0.127 202.6) |
Copy-ready code
/* CSS */
color: #27cfdb;
background-color: #27cfdb;
/* Tailwind (arbitrary) */
class="text-[#27cfdb] bg-[#27cfdb]"
/* SCSS */
$brand: #27cfdb;
/* SwiftUI */
Color(red: 0.153, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#27cfdb")Accessibility — WCAG contrast
Aa
#27cfdb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27cfdb on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green81.2%
Blue85.9%
CMYK percentages
Cyan82.2%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#27cfdb text on a black background
contrast 11.03:1
Card sample
#27cfdb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27cfdb;
Background color
Panel with #27cfdb background
background-color: #27cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27cfdb; background: linear-gradient(135deg, #27cfdb, #2757DB);