#38fffd
a balanced, electric cyan · cool · closest name: cyan
RGB
56, 255, 253
HSL
179°, 100%, 61%
CMYK
78, 0, 1, 0
Luminance
0.7945
Every format
| HEX | #38fffd |
| RGB | rgb(56, 255, 253) |
| HSL | hsl(179, 100%, 61%) |
| CMYK | cmyk(78%, 0%, 1%, 0%) |
| LAB | lab(91.4 -46.1 -12.6) |
| LCH | lch(91.4 47.8 195.2) |
| OKLCH | oklch(0.909 0.147 193.8) |
Copy-ready code
/* CSS */
color: #38fffd;
background-color: #38fffd;
/* Tailwind (arbitrary) */
class="text-[#38fffd] bg-[#38fffd]"
/* SCSS */
$brand: #38fffd;
/* SwiftUI */
Color(red: 0.220, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#38fffd")Accessibility — WCAG contrast
Aa
#38fffd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38fffd on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green100.0%
Blue99.2%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#38fffd text on a black background
contrast 16.89:1
Card sample
#38fffd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38fffd;
Background color
Panel with #38fffd background
background-color: #38fffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38fffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38fffd; background: linear-gradient(135deg, #38fffd, #387CFF);