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