Sky Blue

#5DA3EF

Blue

Color Codes

All color formats for development

HEX
#5DA3EF
RGB
rgb(93, 163, 239)
HSL
hsl(211, 82%, 65%)
OKLCH
oklch(0.702 0.133 252)
CMYK
cmyk(61%, 32%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFED
200
#C3DD
300
#94C3
400
#5DA3
500
#2E89
600
#146D
700
#1057
800
#0B3E
900
#0728
950
#0519

Shades

Darker variations

1#3E92EC
2#2081E9
3#1571D3
4#1261B5
5#0F5197
6#0C4079
7#09305A
8#06203C
9#03101E

Tints

Lighter variations

1#6DACF1
2#7DB6F2
3#8DBFF4
4#9EC8F5
5#AED1F7
6#BEDAF9
7#CEE3FA
8#DFEDFC
9#EFF6FD

Tones

Muted variations

1#64A4E8
2#6BA4E0
3#73A4D9
4#7AA4D2
5#81A5CA
6#88A5C3
7#90A5BC
8#97A5B4
9#9EA6AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DFED
#DFEDFC
Light backgroundsTable row hoverSkeleton loading
200
C3DD
#C3DDF9
Secondary backgroundsInput backgroundsDividers
300
94C3
#94C3F4
BordersInactive statesPlaceholder text
400
5DA3
#5DA3EF
Disabled statesSecondary iconsMuted text
500
2E89
#2E89EA
Primary brand colorCTAsActive elementsLinks
600
146D
#146DCC
Hover statesFocus ringsPrimary buttons hover
700
1057
#1057A2
Active/pressed statesDark mode accentsSecondary text
800
0B3E
#0B3E74
Text on light backgroundsHeadingsStrong borders
900
0728
#07284A
Primary textHigh emphasis contentDark headings
950
0519
#05192E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F7FE;
  --sky-blue-100: #DFEDFC;
  --sky-blue-200: #C3DDF9;
  --sky-blue-300: #94C3F4;
  --sky-blue-400: #5DA3EF;
  --sky-blue-500: #2E89EA;
  --sky-blue-600: #146DCC;
  --sky-blue-700: #1057A2;
  --sky-blue-800: #0B3E74;
  --sky-blue-900: #07284A;
  --sky-blue-950: #05192E;
}
Generate More ShadesCreate PaletteConvert Color