Sky Blue

#5DA1EE

Blue

Color Codes

All color formats for development

HEX
#5DA1EE
RGB
rgb(93, 161, 238)
HSL
hsl(212, 81%, 65%)
OKLCH
oklch(0.698 0.133 252.8)
CMYK
cmyk(61%, 32%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C3DC
300
#95C1
400
#5DA1
500
#2F86
600
#156A
700
#1154
800
#0C3C
900
#0827
950
#0518

Shades

Darker variations

1#3F8FEB
2#217EE8
3#166ED2
4#135EB4
5#104E96
6#0D3F78
7#092F5A
8#061F3C
9#03101E

Tints

Lighter variations

1#6EAAF0
2#7EB4F1
3#8EBDF3
4#9EC7F5
5#AED0F7
6#BED9F8
7#CFE3FA
8#DFECFC
9#EFF6FD

Tones

Muted variations

1#65A1E7
2#6CA2E0
3#73A2D8
4#7AA3D1
5#82A3CA
6#89A4C3
7#90A4BB
8#97A5B4
9#9FA5AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFC
Light backgroundsTable row hoverSkeleton loading
200
C3DC
#C3DCF9
Secondary backgroundsInput backgroundsDividers
300
95C1
#95C1F4
BordersInactive statesPlaceholder text
400
5DA1
#5DA1EE
Disabled statesSecondary iconsMuted text
500
2F86
#2F86E9
Primary brand colorCTAsActive elementsLinks
600
156A
#156ACB
Hover statesFocus ringsPrimary buttons hover
700
1154
#1154A2
Active/pressed statesDark mode accentsSecondary text
800
0C3C
#0C3C73
Text on light backgroundsHeadingsStrong borders
900
0827
#08274A
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F7FE;
  --sky-blue-100: #DFECFC;
  --sky-blue-200: #C3DCF9;
  --sky-blue-300: #95C1F4;
  --sky-blue-400: #5DA1EE;
  --sky-blue-500: #2F86E9;
  --sky-blue-600: #156ACB;
  --sky-blue-700: #1154A2;
  --sky-blue-800: #0C3C73;
  --sky-blue-900: #08274A;
  --sky-blue-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color