Sky Blue

#9EA3EB

Blue

Color Codes

All color formats for development

HEX
#9EA3EB
RGB
rgb(158, 163, 235)
HSL
hsl(236, 66%, 77%)
OKLCH
oklch(0.739 0.104 280.5)
CMYK
cmyk(33%, 31%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E3
200
#C8CB
300
#9EA3
400
#6B73
500
#414B
600
#2630
700
#1E26
800
#161B
900
#0E11
950
#090B

Shades

Darker variations

1#7D84E4
2#5C65DE
3#3C46D7
4#2832C4
5#212AA3
6#1B2282
7#141962
8#0D1141
9#070821

Tints

Lighter variations

1#A7ACED
2#B1B5EF
3#BBBEF1
4#C5C8F3
5#CED1F5
6#D8DAF7
7#E2E3F9
8#ECEDFB
9#F5F6FD

Tones

Muted variations

1#A2A6E7
2#A5AAE3
3#A9ADDF
4#ADB0DC
5#B1B4D8
6#B5B7D4
7#B9BAD0
8#BDBECC
9#C0C1C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E3
#E1E3F9
Light backgroundsTable row hoverSkeleton loading
200
C8CB
#C8CBF4
Secondary backgroundsInput backgroundsDividers
300
9EA3
#9EA3EB
BordersInactive statesPlaceholder text
400
6B73
#6B73E1
Disabled statesSecondary iconsMuted text
500
414B
#414BD8
Primary brand colorCTAsActive elementsLinks
600
2630
#2630BA
Hover statesFocus ringsPrimary buttons hover
700
1E26
#1E2694
Active/pressed statesDark mode accentsSecondary text
800
161B
#161B6A
Text on light backgroundsHeadingsStrong borders
900
0E11
#0E1144
Primary textHigh emphasis contentDark headings
950
090B
#090B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F3FC;
  --sky-blue-100: #E1E3F9;
  --sky-blue-200: #C8CBF4;
  --sky-blue-300: #9EA3EB;
  --sky-blue-400: #6B73E1;
  --sky-blue-500: #414BD8;
  --sky-blue-600: #2630BA;
  --sky-blue-700: #1E2694;
  --sky-blue-800: #161B6A;
  --sky-blue-900: #0E1144;
  --sky-blue-950: #090B2A;
}
Generate More ShadesCreate PaletteConvert Color