Sky Blue

#9EAAEA

Blue

Color Codes

All color formats for development

HEX
#9EAAEA
RGB
rgb(158, 170, 234)
HSL
hsl(231, 64%, 77%)
OKLCH
oklch(0.752 0.093 275.7)
CMYK
cmyk(32%, 27%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.24:1

AA AAA

On Black Background

9.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E2E5
200
#C9CF
300
#9FAA
400
#6D7E
500
#4359
600
#283E
700
#2031
800
#1723
900
#0F17
950
#090E

Shades

Darker variations

1#7F8EE3
2#5E71DC
3#3E55D5
4#2A41C1
5#2336A1
6#1C2B81
7#152161
8#0E1640
9#070B20

Tints

Lighter variations

1#A8B3EC
2#B2BBEE
3#BCC4F0
4#C5CCF2
5#CFD5F4
6#D9DDF7
7#E2E6F9
8#ECEEFB
9#F5F7FD

Tones

Muted variations

1#A3ADE6
2#A6AFE2
3#AAB2DF
4#AEB5DB
5#B2B7D7
6#B5BAD3
7#B9BCD0
8#BDBFCC
9#C1C2C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E5
#E2E5F9
Light backgroundsTable row hoverSkeleton loading
200
C9CF
#C9CFF3
Secondary backgroundsInput backgroundsDividers
300
9FAA
#9FAAEA
BordersInactive statesPlaceholder text
400
6D7E
#6D7EDF
Disabled statesSecondary iconsMuted text
500
4359
#4359D6
Primary brand colorCTAsActive elementsLinks
600
283E
#283EB8
Hover statesFocus ringsPrimary buttons hover
700
2031
#203192
Active/pressed statesDark mode accentsSecondary text
800
1723
#172369
Text on light backgroundsHeadingsStrong borders
900
0F17
#0F1743
Primary textHigh emphasis contentDark headings
950
090E
#090E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F4FC;
  --sky-blue-100: #E2E5F9;
  --sky-blue-200: #C9CFF3;
  --sky-blue-300: #9FAAEA;
  --sky-blue-400: #6D7EDF;
  --sky-blue-500: #4359D6;
  --sky-blue-600: #283EB8;
  --sky-blue-700: #203192;
  --sky-blue-800: #172369;
  --sky-blue-900: #0F1743;
  --sky-blue-950: #090E2A;
}
Generate More ShadesCreate PaletteConvert Color