Sky Blue

#9AC3EF

Blue

Color Codes

All color formats for development

HEX
#9AC3EF
RGB
rgb(154, 195, 239)
HSL
hsl(211, 73%, 77%)
OKLCH
oklch(0.803 0.077 250.6)
CMYK
cmyk(36%, 18%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E0ED
200
#C6DD
300
#9AC3
400
#65A4
500
#3889
600
#1E6D
700
#1857
800
#113E
900
#0B28
950
#0719

Shades

Darker variations

1#78AFEA
2#569BE5
3#3487DF
4#2073CC
5#1B60AA
6#154D88
7#103966
8#0B2644
9#051322

Tints

Lighter variations

1#A4C9F1
2#AECFF2
3#B8D5F4
4#C2DBF5
5#CCE1F7
6#D6E7F9
7#E1EDFA
8#EBF3FC
9#F5F9FD

Tones

Muted variations

1#9EC3EB
2#A2C3E7
3#A6C3E2
4#ABC3DE
5#AFC4DA
6#B3C4D5
7#B8C4D1
8#BCC4CD
9#C0C4C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E0ED
#E0EDFA
Light backgroundsTable row hoverSkeleton loading
200
C6DD
#C6DDF6
Secondary backgroundsInput backgroundsDividers
300
9AC3
#9AC3EF
BordersInactive statesPlaceholder text
400
65A4
#65A4E7
Disabled statesSecondary iconsMuted text
500
3889
#3889E0
Primary brand colorCTAsActive elementsLinks
600
1E6D
#1E6DC2
Hover statesFocus ringsPrimary buttons hover
700
1857
#18579A
Active/pressed statesDark mode accentsSecondary text
800
113E
#113E6E
Text on light backgroundsHeadingsStrong borders
900
0B28
#0B2847
Primary textHigh emphasis contentDark headings
950
0719
#07192C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F7FD;
  --sky-blue-100: #E0EDFA;
  --sky-blue-200: #C6DDF6;
  --sky-blue-300: #9AC3EF;
  --sky-blue-400: #65A4E7;
  --sky-blue-500: #3889E0;
  --sky-blue-600: #1E6DC2;
  --sky-blue-700: #18579A;
  --sky-blue-800: #113E6E;
  --sky-blue-900: #0B2847;
  --sky-blue-950: #07192C;
}
Generate More ShadesCreate PaletteConvert Color