#2dcfe7
a balanced, electric cyan · cool · closest name: skyblue
RGB
45, 207, 231
HSL
188°, 80%, 54%
CMYK
81, 10, 0, 9
Luminance
0.5095
Every format
| HEX | #2dcfe7 |
| RGB | rgb(45, 207, 231) |
| HSL | hsl(188, 80%, 54%) |
| CMYK | cmyk(81%, 10%, 0%, 9%) |
| LAB | lab(76.7 -31.6 -23.3) |
| LCH | lch(76.7 39.3 216.4) |
| OKLCH | oklch(0.786 0.128 210.4) |
Copy-ready code
/* CSS */
color: #2dcfe7;
background-color: #2dcfe7;
/* Tailwind (arbitrary) */
class="text-[#2dcfe7] bg-[#2dcfe7]"
/* SCSS */
$brand: #2dcfe7;
/* SwiftUI */
Color(red: 0.176, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#2dcfe7")Accessibility — WCAG contrast
Aa
#2dcfe7 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcfe7 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green81.2%
Blue90.6%
CMYK percentages
Cyan80.5%
Magenta10.4%
Yellow0.0%
Key (black)9.4%
Color previews
#2dcfe7 text on a black background
contrast 11.19:1
Card sample
#2dcfe7 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcfe7;
Background color
Panel with #2dcfe7 background
background-color: #2dcfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcfe7; background: linear-gradient(135deg, #2dcfe7, #2D53E7);