#2dbfcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
45, 191, 203
HSL
185°, 64%, 49%
CMYK
78, 6, 0, 20
Luminance
0.4213
Every format
| HEX | #2dbfcb |
| RGB | rgb(45, 191, 203) |
| HSL | hsl(185, 64%, 49%) |
| CMYK | cmyk(78%, 6%, 0%, 20%) |
| LAB | lab(71.0 -32.5 -16.7) |
| LCH | lch(71.0 36.6 207.2) |
| OKLCH | oklch(0.737 0.117 203.5) |
Copy-ready code
/* CSS */
color: #2dbfcb;
background-color: #2dbfcb;
/* Tailwind (arbitrary) */
class="text-[#2dbfcb] bg-[#2dbfcb]"
/* SCSS */
$brand: #2dbfcb;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#2dbfcb")Accessibility — WCAG contrast
Aa
#2dbfcb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbfcb on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue79.6%
CMYK percentages
Cyan77.8%
Magenta5.9%
Yellow0.0%
Key (black)20.4%
Color previews
#2dbfcb text on a black background
contrast 9.43:1
Card sample
#2dbfcb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbfcb;
Background color
Panel with #2dbfcb background
background-color: #2dbfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbfcb; background: linear-gradient(135deg, #2dbfcb, #2D56CB);