Sky Blue

#5DA8EF

Blue

Color Codes

All color formats for development

HEX
#5DA8EF
RGB
rgb(93, 168, 239)
HSL
hsl(209, 82%, 65%)
OKLCH
oklch(0.713 0.129 248.9)
CMYK
cmyk(61%, 30%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.53:1

AA AAA

On Black Background

8.31:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C3DF
300
#94C6
400
#5DA8
500
#2E8F
600
#1473
700
#105C
800
#0B41
900
#072A
950
#051A

Shades

Darker variations

1#3E98EC
2#2088E9
3#1577D3
4#1266B5
5#0F5597
6#0C4479
7#09335A
8#06223C
9#03111E

Tints

Lighter variations

1#6DB1F1
2#7DBAF2
3#8DC2F4
4#9ECBF5
5#AED4F7
6#BEDCF9
7#CEE5FA
8#DFEEFC
9#EFF6FD

Tones

Muted variations

1#64A8E8
2#6BA8E0
3#73A7D9
4#7AA7D2
5#81A7CA
6#88A7C3
7#90A6BC
8#97A6B4
9#9EA6AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEE
#DFEEFC
Light backgroundsTable row hoverSkeleton loading
200
C3DF
#C3DFF9
Secondary backgroundsInput backgroundsDividers
300
94C6
#94C6F4
BordersInactive statesPlaceholder text
400
5DA8
#5DA8EF
Disabled statesSecondary iconsMuted text
500
2E8F
#2E8FEA
Primary brand colorCTAsActive elementsLinks
600
1473
#1473CC
Hover statesFocus ringsPrimary buttons hover
700
105C
#105CA2
Active/pressed statesDark mode accentsSecondary text
800
0B41
#0B4174
Text on light backgroundsHeadingsStrong borders
900
072A
#072A4A
Primary textHigh emphasis contentDark headings
950
051A
#051A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F8FE;
  --sky-blue-100: #DFEEFC;
  --sky-blue-200: #C3DFF9;
  --sky-blue-300: #94C6F4;
  --sky-blue-400: #5DA8EF;
  --sky-blue-500: #2E8FEA;
  --sky-blue-600: #1473CC;
  --sky-blue-700: #105CA2;
  --sky-blue-800: #0B4174;
  --sky-blue-900: #072A4A;
  --sky-blue-950: #051A2E;
}
Generate More ShadesCreate PaletteConvert Color