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