#30cddb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
48, 205, 219
HSL
185°, 70%, 52%
CMYK
78, 6, 0, 14
Luminance
0.4941
Every format
| HEX | #30cddb |
| RGB | rgb(48, 205, 219) |
| HSL | hsl(185, 70%, 52%) |
| CMYK | cmyk(78%, 6%, 0%, 14%) |
| LAB | lab(75.7 -34.1 -18.3) |
| LCH | lch(75.7 38.6 208.2) |
| OKLCH | oklch(0.777 0.124 204.2) |
Copy-ready code
/* CSS */
color: #30cddb;
background-color: #30cddb;
/* Tailwind (arbitrary) */
class="text-[#30cddb] bg-[#30cddb]"
/* SCSS */
$brand: #30cddb;
/* SwiftUI */
Color(red: 0.188, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#30cddb")Accessibility — WCAG contrast
Aa
#30cddb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30cddb on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green80.4%
Blue85.9%
CMYK percentages
Cyan78.1%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#30cddb text on a black background
contrast 10.88:1
Card sample
#30cddb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30cddb;
Background color
Panel with #30cddb background
background-color: #30cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30cddb; background: linear-gradient(135deg, #30cddb, #305BDB);