Sky Blue

#5DB9EE

Blue

Color Codes

All color formats for development

HEX
#5DB9EE
RGB
rgb(93, 185, 238)
HSL
hsl(202, 81%, 65%)
OKLCH
oklch(0.751 0.116 236.4)
CMYK
cmyk(61%, 22%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF1
200
#C3E5
300
#95D1
400
#5DB9
500
#2FA5
600
#1588
700
#116D
800
#0C4E
900
#0832
950
#051F

Shades

Darker variations

1#3FACEB
2#219FE8
3#168DD2
4#1379B4
5#106596
6#0D5178
7#093C5A
8#06283C
9#03141E

Tints

Lighter variations

1#6EC0F0
2#7EC7F1
3#8ECEF3
4#9ED5F5
5#AEDCF7
6#BEE3F8
7#CFEAFA
8#DFF1FC
9#EFF8FD

Tones

Muted variations

1#65B7E7
2#6CB5E0
3#73B3D8
4#7AB1D1
5#82AFCA
6#89ADC3
7#90ACBB
8#97AAB4
9#9FA8AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DFF1
#DFF1FC
Light backgroundsTable row hoverSkeleton loading
200
C3E5
#C3E5F9
Secondary backgroundsInput backgroundsDividers
300
95D1
#95D1F4
BordersInactive statesPlaceholder text
400
5DB9
#5DB9EE
Disabled statesSecondary iconsMuted text
500
2FA5
#2FA5E9
Primary brand colorCTAsActive elementsLinks
600
1588
#1588CB
Hover statesFocus ringsPrimary buttons hover
700
116D
#116DA2
Active/pressed statesDark mode accentsSecondary text
800
0C4E
#0C4E73
Text on light backgroundsHeadingsStrong borders
900
0832
#08324A
Primary textHigh emphasis contentDark headings
950
051F
#051F2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F9FE;
  --sky-blue-100: #DFF1FC;
  --sky-blue-200: #C3E5F9;
  --sky-blue-300: #95D1F4;
  --sky-blue-400: #5DB9EE;
  --sky-blue-500: #2FA5E9;
  --sky-blue-600: #1588CB;
  --sky-blue-700: #116DA2;
  --sky-blue-800: #0C4E73;
  --sky-blue-900: #08324A;
  --sky-blue-950: #051F2E;
}
Generate More ShadesCreate PaletteConvert Color