#38cfdb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
56, 207, 219
HSL
184°, 69%, 54%
CMYK
74, 6, 0, 14
Luminance
0.5058
Every format
| HEX | #38cfdb |
| RGB | rgb(56, 207, 219) |
| HSL | hsl(184, 69%, 54%) |
| CMYK | cmyk(74%, 6%, 0%, 14%) |
| LAB | lab(76.4 -34.2 -17.1) |
| LCH | lch(76.4 38.3 206.6) |
| OKLCH | oklch(0.784 0.122 203.0) |
Copy-ready code
/* CSS */
color: #38cfdb;
background-color: #38cfdb;
/* Tailwind (arbitrary) */
class="text-[#38cfdb] bg-[#38cfdb]"
/* SCSS */
$brand: #38cfdb;
/* SwiftUI */
Color(red: 0.220, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#38cfdb")Accessibility — WCAG contrast
Aa
#38cfdb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38cfdb on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green81.2%
Blue85.9%
CMYK percentages
Cyan74.4%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#38cfdb text on a black background
contrast 11.12:1
Card sample
#38cfdb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38cfdb;
Background color
Panel with #38cfdb background
background-color: #38cfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38cfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38cfdb; background: linear-gradient(135deg, #38cfdb, #3862DB);