#94f0ff
a light, electric cyan · cool · closest name: skyblue
RGB
148, 240, 255
HSL
188°, 100%, 79%
CMYK
42, 6, 0, 0
Luminance
0.7584
Every format
| HEX | #94f0ff |
| RGB | rgb(148, 240, 255) |
| HSL | hsl(188, 100%, 79%) |
| CMYK | cmyk(42%, 6%, 0%, 0%) |
| LAB | lab(89.8 -23.7 -15.8) |
| LCH | lch(89.8 28.5 213.8) |
| OKLCH | oklch(0.903 0.090 208.9) |
Copy-ready code
/* CSS */
color: #94f0ff;
background-color: #94f0ff;
/* Tailwind (arbitrary) */
class="text-[#94f0ff] bg-[#94f0ff]"
/* SCSS */
$brand: #94f0ff;
/* SwiftUI */
Color(red: 0.580, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#94f0ff")Accessibility — WCAG contrast
Aa
#94f0ff on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94f0ff on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green94.1%
Blue100.0%
CMYK percentages
Cyan42.0%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#94f0ff text on a black background
contrast 16.17:1
Card sample
#94f0ff text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94f0ff;
Background color
Panel with #94f0ff background
background-color: #94f0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94f0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94f0ff; background: linear-gradient(135deg, #94f0ff, #94A9FF);