#1ebfd3
a balanced, electric cyan · cool · closest name: skyblue
RGB
30, 191, 211
HSL
187°, 75%, 47%
CMYK
86, 10, 0, 17
Luminance
0.4224
Every format
| HEX | #1ebfd3 |
| RGB | rgb(30, 191, 211) |
| HSL | hsl(187, 75%, 47%) |
| CMYK | cmyk(86%, 10%, 0%, 17%) |
| LAB | lab(71.0 -31.3 -21.0) |
| LCH | lch(71.0 37.7 213.9) |
| OKLCH | oklch(0.738 0.123 208.5) |
Copy-ready code
/* CSS */
color: #1ebfd3;
background-color: #1ebfd3;
/* Tailwind (arbitrary) */
class="text-[#1ebfd3] bg-[#1ebfd3]"
/* SCSS */
$brand: #1ebfd3;
/* SwiftUI */
Color(red: 0.118, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#1ebfd3")Accessibility — WCAG contrast
Aa
#1ebfd3 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebfd3 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.9%
Blue82.7%
CMYK percentages
Cyan85.8%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#1ebfd3 text on a black background
contrast 9.45:1
Card sample
#1ebfd3 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebfd3;
Background color
Panel with #1ebfd3 background
background-color: #1ebfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebfd3; background: linear-gradient(135deg, #1ebfd3, #1E46D3);