Sky Blue

#5EADED

Blue

Color Codes

All color formats for development

HEX
#5EADED
RGB
rgb(94, 173, 237)
HSL
hsl(207, 80%, 65%)
OKLCH
oklch(0.724 0.122 245.1)
CMYK
cmyk(60%, 27%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.42:1

AA AAA

On Black Background

8.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DFEF
200
#C3E1
300
#95C9
400
#5EAD
500
#3095
600
#1679
700
#1260
800
#0D45
900
#082C
950
#051C

Shades

Darker variations

1#419EEA
2#238EE7
3#177DD1
4#146BB3
5#115A95
6#0D4877
7#0A365A
8#07243C
9#03121E

Tints

Lighter variations

1#6EB5EF
2#7EBDF1
3#8FC6F3
4#9FCEF4
5#AFD6F6
6#BFDEF8
7#CFE6FA
8#DFEFFB
9#EFF7FD

Tones

Muted variations

1#65ACE6
2#6DABDF
3#74ABD8
4#7BAAD1
5#82A9C9
6#89A9C2
7#90A8BB
8#97A7B4
9#9FA6AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEF
#DFEFFB
Light backgroundsTable row hoverSkeleton loading
200
C3E1
#C3E1F8
Secondary backgroundsInput backgroundsDividers
300
95C9
#95C9F3
BordersInactive statesPlaceholder text
400
5EAD
#5EADED
Disabled statesSecondary iconsMuted text
500
3095
#3095E8
Primary brand colorCTAsActive elementsLinks
600
1679
#1679CA
Hover statesFocus ringsPrimary buttons hover
700
1260
#1260A1
Active/pressed statesDark mode accentsSecondary text
800
0D45
#0D4573
Text on light backgroundsHeadingsStrong borders
900
082C
#082C49
Primary textHigh emphasis contentDark headings
950
051C
#051C2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F8FD;
  --sky-blue-100: #DFEFFB;
  --sky-blue-200: #C3E1F8;
  --sky-blue-300: #95C9F3;
  --sky-blue-400: #5EADED;
  --sky-blue-500: #3095E8;
  --sky-blue-600: #1679CA;
  --sky-blue-700: #1260A1;
  --sky-blue-800: #0D4573;
  --sky-blue-900: #082C49;
  --sky-blue-950: #051C2E;
}
Generate More ShadesCreate PaletteConvert Color