#4be7db
a balanced, electric cyan · cool · closest name: turquoise
RGB
75, 231, 219
HSL
175°, 77%, 60%
CMYK
68, 0, 5, 9
Luminance
0.6376
Every format
| HEX | #4be7db |
| RGB | rgb(75, 231, 219) |
| HSL | hsl(175, 77%, 60%) |
| CMYK | cmyk(68%, 0%, 5%, 9%) |
| LAB | lab(83.8 -42.8 -6.0) |
| LCH | lch(83.8 43.2 188.0) |
| OKLCH | oklch(0.845 0.129 187.6) |
Copy-ready code
/* CSS */
color: #4be7db;
background-color: #4be7db;
/* Tailwind (arbitrary) */
class="text-[#4be7db] bg-[#4be7db]"
/* SCSS */
$brand: #4be7db;
/* SwiftUI */
Color(red: 0.294, green: 0.906, blue: 0.859)
/* Android */
Color.parseColor("#4be7db")Accessibility — WCAG contrast
Aa
#4be7db on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4be7db on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green90.6%
Blue85.9%
CMYK percentages
Cyan67.5%
Magenta0.0%
Yellow5.2%
Key (black)9.4%
Color previews
#4be7db text on a black background
contrast 13.75:1
Card sample
#4be7db text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4be7db;
Background color
Panel with #4be7db background
background-color: #4be7db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4be7db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 231, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 231, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4be7db; background: linear-gradient(135deg, #4be7db, #4B8BE7);