#1fafff
a balanced, electric blue · cool · closest name: steelblue
RGB
31, 175, 255
HSL
201°, 100%, 56%
CMYK
88, 31, 0, 0
Luminance
0.3817
Every format
| HEX | #1fafff |
| RGB | rgb(31, 175, 255) |
| HSL | hsl(201, 100%, 56%) |
| CMYK | cmyk(88%, 31%, 0%, 0%) |
| LAB | lab(68.1 -8.0 -49.4) |
| LCH | lch(68.1 50.1 260.8) |
| OKLCH | oklch(0.721 0.161 241.0) |
Copy-ready code
/* CSS */
color: #1fafff;
background-color: #1fafff;
/* Tailwind (arbitrary) */
class="text-[#1fafff] bg-[#1fafff]"
/* SCSS */
$brand: #1fafff;
/* SwiftUI */
Color(red: 0.122, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#1fafff")Accessibility — WCAG contrast
Aa
#1fafff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fafff on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green68.6%
Blue100.0%
CMYK percentages
Cyan87.8%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#1fafff text on a black background
contrast 8.63:1
Card sample
#1fafff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fafff;
Background color
Panel with #1fafff background
background-color: #1fafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fafff; background: linear-gradient(135deg, #1fafff, #241FFF);