Sky Blue
#5FA1EC
BlueColor Codes
All color formats for development
HEX
#5FA1ECRGB
rgb(95, 161, 236)HSL
hsl(212, 79%, 65%)OKLCH
oklch(0.697 0.13 252.9)CMYK
cmyk(60%, 32%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4290E9
2#247EE5
3#186ED0
4#155EB2
5#114F94
6#0E3F77
7#0A2F59
8#071F3B
9#03101E
Tints
Lighter variations
1#6FAAEE
2#7FB4F0
3#8FBDF2
4#9FC7F4
5#AFD0F6
6#BFD9F8
7#CFE3F9
8#DFECFB
9#EFF6FD
Tones
Muted variations
1#66A2E5
2#6DA2DE
3#74A2D7
4#7BA3D0
5#82A3C9
6#8AA4C2
7#91A4BB
8#98A5B4
9#9FA5AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96C1 #96C1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FA1 #5FA1EC | Disabled statesSecondary iconsMuted text |
| 500 | 3286 #3286E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 186A #186AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1355 #1355A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3C #0D3C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFECFB;
--sky-blue-200: #C4DCF8;
--sky-blue-300: #96C1F3;
--sky-blue-400: #5FA1EC;
--sky-blue-500: #3286E7;
--sky-blue-600: #186AC9;
--sky-blue-700: #1355A0;
--sky-blue-800: #0D3C72;
--sky-blue-900: #092749;
--sky-blue-950: #05182E;
}