Sky Blue

#9EC1FA

Blue

Color Codes

All color formats for development

HEX
#9EC1FA
RGB
rgb(158, 193, 250)
HSL
hsl(217, 90%, 80%)
OKLCH
oklch(0.806 0.09 260)
CMYK
cmyk(37%, 23%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#90B8
400
#5593
500
#2574
600
#0B59
700
#0947
800
#0632
900
#0420
950
#0314

Shades

Darker variations

1#77A9F8
2#5190F6
3#2A77F4
4#0C61E9
5#0A51C2
6#08409B
7#063074
8#04204E
9#021027

Tints

Lighter variations

1#A8C7FA
2#B1CEFB
3#BBD4FB
4#C5DAFC
5#CFE0FC
6#D8E6FD
7#E2ECFD
8#ECF3FE
9#F5F9FE

Tones

Muted variations

1#A3C2F5
2#A7C3F1
3#ACC5EC
4#B0C6E8
5#B5C7E3
6#BAC8DE
7#BEC9DA
8#C3CAD5
9#C7CBD1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
90B8
#90B8F9
BordersInactive statesPlaceholder text
400
5593
#5593F6
Disabled statesSecondary iconsMuted text
500
2574
#2574F4
Primary brand colorCTAsActive elementsLinks
600
0B59
#0B59D5
Hover statesFocus ringsPrimary buttons hover
700
0947
#0947AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#063279
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F6FE;
  --sky-blue-100: #DDE9FD;
  --sky-blue-200: #C0D7FC;
  --sky-blue-300: #90B8F9;
  --sky-blue-400: #5593F6;
  --sky-blue-500: #2574F4;
  --sky-blue-600: #0B59D5;
  --sky-blue-700: #0947AA;
  --sky-blue-800: #063279;
  --sky-blue-900: #04204E;
  --sky-blue-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color