Sky Blue

#8AB5F9

Blue

Color Codes

All color formats for development

HEX
#8AB5F9
RGB
rgb(138, 181, 249)
HSL
hsl(217, 90%, 76%)
OKLCH
oklch(0.769 0.109 259.3)
CMYK
cmyk(45%, 27%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.06: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#669DF7
2#4186F5
3#1C6FF3
4#0C5CDD
5#0A4DB8
6#083D93
7#062E6E
8#041F4A
9#020F25

Tints

Lighter variations

1#96BCF9
2#A2C4FA
3#AECBFB
4#B9D3FB
5#C5DAFC
6#D0E1FD
7#DCE9FD
8#E8F0FE
9#F3F8FE

Tones

Muted variations

1#90B6F3
2#96B8EE
3#9BB9E8
4#A1BAE3
5#A6BBDD
6#ACBDD8
7#B1BED2
8#B7BFCD
9#BCC1C7

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