Sky Blue

#5DABEF

Blue

Color Codes

All color formats for development

HEX
#5DABEF
RGB
rgb(93, 171, 239)
HSL
hsl(208, 82%, 65%)
OKLCH
oklch(0.72 0.126 246.9)
CMYK
cmyk(61%, 28%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEE
200
#C3E0
300
#94C8
400
#5DAB
500
#2E93
600
#1476
700
#105E
800
#0B43
900
#072B
950
#051B

Shades

Darker variations

1#3E9BEC
2#208BE9
3#157AD3
4#1269B5
5#0F5797
6#0C4679
7#09345A
8#06233C
9#03111E

Tints

Lighter variations

1#6DB3F1
2#7DBCF2
3#8DC4F4
4#9ECCF5
5#AED5F7
6#BEDDF9
7#CEE6FA
8#DFEEFC
9#EFF7FD

Tones

Muted variations

1#64AAE8
2#6BAAE0
3#73A9D9
4#7AA9D2
5#81A8CA
6#88A8C3
7#90A7BC
8#97A7B4
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
C3E0
#C3E0F9
Secondary backgroundsInput backgroundsDividers
300
94C8
#94C8F4
BordersInactive statesPlaceholder text
400
5DAB
#5DABEF
Disabled statesSecondary iconsMuted text
500
2E93
#2E93EA
Primary brand colorCTAsActive elementsLinks
600
1476
#1476CC
Hover statesFocus ringsPrimary buttons hover
700
105E
#105EA2
Active/pressed statesDark mode accentsSecondary text
800
0B43
#0B4374
Text on light backgroundsHeadingsStrong borders
900
072B
#072B4A
Primary textHigh emphasis contentDark headings
950
051B
#051B2E
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: #C3E0F9;
  --sky-blue-300: #94C8F4;
  --sky-blue-400: #5DABEF;
  --sky-blue-500: #2E93EA;
  --sky-blue-600: #1476CC;
  --sky-blue-700: #105EA2;
  --sky-blue-800: #0B4374;
  --sky-blue-900: #072B4A;
  --sky-blue-950: #051B2E;
}
Generate More ShadesCreate PaletteConvert Color