Sky Blue

#9EA8EB

Blue

Color Codes

All color formats for development

HEX
#9EA8EB
RGB
rgb(158, 168, 235)
HSL
hsl(232, 66%, 77%)
OKLCH
oklch(0.749 0.097 277.2)
CMYK
cmyk(33%, 29%, 0%, 8%)

Accessibility

WCAG contrast compliance

On White Background

2.27:1

AA AAA

On Black Background

9.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E1E5
200
#C8CE
300
#9EA8
400
#6B7B
500
#4155
600
#263A
700
#1E2E
800
#1621
900
#0E15
950
#090D

Shades

Darker variations

1#7D8BE4
2#5C6EDE
3#3C51D7
4#283DC4
5#2133A3
6#1B2982
7#141E62
8#0D1441
9#070A21

Tints

Lighter variations

1#A7B1ED
2#B1B9EF
3#BBC2F1
4#C5CBF3
5#CED3F5
6#D8DCF7
7#E2E5F9
8#ECEEFB
9#F5F6FD

Tones

Muted variations

1#A2ABE7
2#A5AEE3
3#A9B0DF
4#ADB3DC
5#B1B6D8
6#B5B9D4
7#B9BCD0
8#BDBFCC
9#C0C2C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E5
#E1E5F9
Light backgroundsTable row hoverSkeleton loading
200
C8CE
#C8CEF4
Secondary backgroundsInput backgroundsDividers
300
9EA8
#9EA8EB
BordersInactive statesPlaceholder text
400
6B7B
#6B7BE1
Disabled statesSecondary iconsMuted text
500
4155
#4155D8
Primary brand colorCTAsActive elementsLinks
600
263A
#263ABA
Hover statesFocus ringsPrimary buttons hover
700
1E2E
#1E2E94
Active/pressed statesDark mode accentsSecondary text
800
1621
#16216A
Text on light backgroundsHeadingsStrong borders
900
0E15
#0E1544
Primary textHigh emphasis contentDark headings
950
090D
#090D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F4FC;
  --sky-blue-100: #E1E5F9;
  --sky-blue-200: #C8CEF4;
  --sky-blue-300: #9EA8EB;
  --sky-blue-400: #6B7BE1;
  --sky-blue-500: #4155D8;
  --sky-blue-600: #263ABA;
  --sky-blue-700: #1E2E94;
  --sky-blue-800: #16216A;
  --sky-blue-900: #0E1544;
  --sky-blue-950: #090D2A;
}
Generate More ShadesCreate PaletteConvert Color