Sky Blue

#9594F5

Blue

Color Codes

All color formats for development

HEX
#9594F5
RGB
rgb(149, 148, 245)
HSL
hsl(241, 83%, 77%)
OKLCH
oklch(0.708 0.14 282.7)
CMYK
cmyk(39%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.68:1

AA AAA

On Black Background

7.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DFDE
200
#C3C2
300
#9594
400
#5E5C
500
#302D
600
#1613
700
#120F
800
#0D0B
900
#0807
950
#0504

Shades

Darker variations

1#7270F2
2#4F4CEE
3#2B28EB
4#1714D8
5#1311B4
6#100D90
7#0C0A6C
8#080748
9#040324

Tints

Lighter variations

1#A09EF6
2#AAA9F7
3#B5B4F8
4#C0BFF9
5#CAC9FA
6#D5D4FB
7#DFDFFC
8#EAEAFD
9#F4F4FE

Tones

Muted variations

1#9A99F0
2#9F9DEB
3#A3A2E6
4#A8A7E2
5#ADACDD
6#B2B1D8
7#B6B6D3
8#BBBBCE
9#C0BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDE
#DFDEFC
Light backgroundsTable row hoverSkeleton loading
200
C3C2
#C3C2F9
Secondary backgroundsInput backgroundsDividers
300
9594
#9594F5
BordersInactive statesPlaceholder text
400
5E5C
#5E5CF0
Disabled statesSecondary iconsMuted text
500
302D
#302DEB
Primary brand colorCTAsActive elementsLinks
600
1613
#1613CD
Hover statesFocus ringsPrimary buttons hover
700
120F
#120FA3
Active/pressed statesDark mode accentsSecondary text
800
0D0B
#0D0B75
Text on light backgroundsHeadingsStrong borders
900
0807
#08074B
Primary textHigh emphasis contentDark headings
950
0504
#05042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F1FE;
  --sky-blue-100: #DFDEFC;
  --sky-blue-200: #C3C2F9;
  --sky-blue-300: #9594F5;
  --sky-blue-400: #5E5CF0;
  --sky-blue-500: #302DEB;
  --sky-blue-600: #1613CD;
  --sky-blue-700: #120FA3;
  --sky-blue-800: #0D0B75;
  --sky-blue-900: #08074B;
  --sky-blue-950: #05042F;
}
Generate More ShadesCreate PaletteConvert Color