#1ebfcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
30, 191, 203
HSL
184°, 74%, 46%
CMYK
85, 6, 0, 20
Luminance
0.4185
Every format
| HEX | #1ebfcb |
| RGB | rgb(30, 191, 203) |
| HSL | hsl(184, 74%, 46%) |
| CMYK | cmyk(85%, 6%, 0%, 20%) |
| LAB | lab(70.8 -33.8 -17.1) |
| LCH | lch(70.8 37.8 206.8) |
| OKLCH | oklch(0.735 0.121 203.1) |
Copy-ready code
/* CSS */
color: #1ebfcb;
background-color: #1ebfcb;
/* Tailwind (arbitrary) */
class="text-[#1ebfcb] bg-[#1ebfcb]"
/* SCSS */
$brand: #1ebfcb;
/* SwiftUI */
Color(red: 0.118, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#1ebfcb")Accessibility — WCAG contrast
Aa
#1ebfcb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebfcb on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.9%
Blue79.6%
CMYK percentages
Cyan85.2%
Magenta5.9%
Yellow0.0%
Key (black)20.4%
Color previews
#1ebfcb text on a black background
contrast 9.37:1
Card sample
#1ebfcb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebfcb;
Background color
Panel with #1ebfcb background
background-color: #1ebfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebfcb; background: linear-gradient(135deg, #1ebfcb, #1E4CCB);