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