Sky Blue

#9AAEEF

Blue

Color Codes

All color formats for development

HEX
#9AAEEF
RGB
rgb(154, 174, 239)
HSL
hsl(226, 73%, 77%)
OKLCH
oklch(0.76 0.096 270.8)
CMYK
cmyk(36%, 27%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E6
200
#C6D1
300
#9AAE
400
#6583
500
#3860
600
#1E45
700
#1837
800
#1127
900
#0B19
950
#0710

Shades

Darker variations

1#7892EA
2#5677E5
3#345CDF
4#2048CC
5#1B3CAA
6#153088
7#102466
8#0B1844
9#050C22

Tints

Lighter variations

1#A4B6F1
2#AEBEF2
3#B8C6F4
4#C2CEF5
5#CCD6F7
6#D6DEF9
7#E1E7FA
8#EBEFFC
9#F5F7FD

Tones

Muted variations

1#9EB0EB
2#A2B2E7
3#A6B4E2
4#ABB7DE
5#AFB9DA
6#B3BBD5
7#B8BDD1
8#BCC0CD
9#C0C2C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E6
#E0E6FA
Light backgroundsTable row hoverSkeleton loading
200
C6D1
#C6D1F6
Secondary backgroundsInput backgroundsDividers
300
9AAE
#9AAEEF
BordersInactive statesPlaceholder text
400
6583
#6583E7
Disabled statesSecondary iconsMuted text
500
3860
#3860E0
Primary brand colorCTAsActive elementsLinks
600
1E45
#1E45C2
Hover statesFocus ringsPrimary buttons hover
700
1837
#18379A
Active/pressed statesDark mode accentsSecondary text
800
1127
#11276E
Text on light backgroundsHeadingsStrong borders
900
0B19
#0B1947
Primary textHigh emphasis contentDark headings
950
0710
#07102C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F4FD;
  --sky-blue-100: #E0E6FA;
  --sky-blue-200: #C6D1F6;
  --sky-blue-300: #9AAEEF;
  --sky-blue-400: #6583E7;
  --sky-blue-500: #3860E0;
  --sky-blue-600: #1E45C2;
  --sky-blue-700: #18379A;
  --sky-blue-800: #11276E;
  --sky-blue-900: #0B1947;
  --sky-blue-950: #07102C;
}
Generate More ShadesCreate PaletteConvert Color