#38fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
56, 252, 235
HSL
175°, 97%, 60%
CMYK
78, 0, 7, 1
Luminance
0.7646
Every format
| HEX | #38fceb |
| RGB | rgb(56, 252, 235) |
| HSL | hsl(175, 97%, 60%) |
| CMYK | cmyk(78%, 0%, 7%, 1%) |
| LAB | lab(90.1 -49.8 -5.3) |
| LCH | lch(90.1 50.0 186.0) |
| OKLCH | oklch(0.896 0.148 185.8) |
Copy-ready code
/* CSS */
color: #38fceb;
background-color: #38fceb;
/* Tailwind (arbitrary) */
class="text-[#38fceb] bg-[#38fceb]"
/* SCSS */
$brand: #38fceb;
/* SwiftUI */
Color(red: 0.220, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#38fceb")Accessibility — WCAG contrast
Aa
#38fceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38fceb on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green98.8%
Blue92.2%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#38fceb text on a black background
contrast 16.29:1
Card sample
#38fceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38fceb;
Background color
Panel with #38fceb background
background-color: #38fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38fceb; background: linear-gradient(135deg, #38fceb, #388AFC);