#38ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
56, 235, 254
HSL
186°, 99%, 61%
CMYK
78, 8, 0, 0
Luminance
0.6741
Every format
| HEX | #38ebfe |
| RGB | rgb(56, 235, 254) |
| HSL | hsl(186, 99%, 61%) |
| CMYK | cmyk(78%, 8%, 0%, 0%) |
| LAB | lab(85.7 -36.9 -21.7) |
| LCH | lch(85.7 42.8 210.5) |
| OKLCH | oklch(0.863 0.138 206.0) |
Copy-ready code
/* CSS */
color: #38ebfe;
background-color: #38ebfe;
/* Tailwind (arbitrary) */
class="text-[#38ebfe] bg-[#38ebfe]"
/* SCSS */
$brand: #38ebfe;
/* SwiftUI */
Color(red: 0.220, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#38ebfe")Accessibility — WCAG contrast
Aa
#38ebfe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#38ebfe on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green92.2%
Blue99.6%
CMYK percentages
Cyan78.0%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#38ebfe text on a black background
contrast 14.48:1
Card sample
#38ebfe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38ebfe;
Background color
Panel with #38ebfe background
background-color: #38ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38ebfe; background: linear-gradient(135deg, #38ebfe, #3867FE);