#2bcddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
43, 205, 223
HSL
186°, 74%, 52%
CMYK
81, 8, 0, 13
Luminance
0.4950
Every format
| HEX | #2bcddf |
| RGB | rgb(43, 205, 223) |
| HSL | hsl(186, 74%, 52%) |
| CMYK | cmyk(81%, 8%, 0%, 13%) |
| LAB | lab(75.8 -33.3 -20.3) |
| LCH | lch(75.8 39.0 211.4) |
| OKLCH | oklch(0.778 0.126 206.7) |
Copy-ready code
/* CSS */
color: #2bcddf;
background-color: #2bcddf;
/* Tailwind (arbitrary) */
class="text-[#2bcddf] bg-[#2bcddf]"
/* SCSS */
$brand: #2bcddf;
/* SwiftUI */
Color(red: 0.169, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#2bcddf")Accessibility — WCAG contrast
Aa
#2bcddf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bcddf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green80.4%
Blue87.5%
CMYK percentages
Cyan80.7%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#2bcddf text on a black background
contrast 10.90:1
Card sample
#2bcddf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bcddf;
Background color
Panel with #2bcddf background
background-color: #2bcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bcddf; background: linear-gradient(135deg, #2bcddf, #2B55DF);