#36cfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
54, 207, 219
HSL
184°, 70%, 54%
CMYK
75, 6, 0, 14
Luminance
0.5052
Every format
| HEX | #36cfdb |
| RGB | rgb(54, 207, 219) |
| HSL | hsl(184, 70%, 54%) |
| CMYK | cmyk(75%, 6%, 0%, 14%) |
| LAB | lab(76.4 -34.4 -17.2) |
| LCH | lch(76.4 38.5 206.6) |
| OKLCH | oklch(0.783 0.122 203.0) |
Copy-ready code
/* CSS */
color: #36cfdb;
background-color: #36cfdb;
/* Tailwind (arbitrary) */
class="text-[#36cfdb] bg-[#36cfdb]"
/* SCSS */
$brand: #36cfdb;
/* SwiftUI */
Color(red: 0.212, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#36cfdb")Accessibility — WCAG contrast
Aa
#36cfdb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36cfdb on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green81.2%
Blue85.9%
CMYK percentages
Cyan75.3%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#36cfdb text on a black background
contrast 11.10:1
Card sample
#36cfdb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36cfdb;
Background color
Panel with #36cfdb background
background-color: #36cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36cfdb; background: linear-gradient(135deg, #36cfdb, #3661DB);