Sky Blue

#5EC7ED

Blue

Color Codes

All color formats for development

HEX
#5EC7ED
RGB
rgb(94, 199, 237)
HSL
hsl(196, 80%, 65%)
OKLCH
oklch(0.782 0.111 224.7)
CMYK
cmyk(60%, 16%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.93:1

AA AAA

On Black Background

10.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF4
200
#C3EA
300
#95DA
400
#5EC7
500
#30B7
600
#169A
700
#127B
800
#0D58
900
#0838
950
#0523

Shades

Darker variations

1#41BDEA
2#23B2E7
3#179FD1
4#1489B3
5#117295
6#0D5B77
7#0A445A
8#072E3C
9#03171E

Tints

Lighter variations

1#6ECDEF
2#7ED2F1
3#8FD8F3
4#9FDDF4
5#AFE3F6
6#BFE9F8
7#CFEEFA
8#DFF4FB
9#EFF9FD

Tones

Muted variations

1#65C4E6
2#6DC0DF
3#74BDD8
4#7BBAD1
5#82B6C9
6#89B3C2
7#90B0BB
8#97ACB4
9#9FA9AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF4
#DFF4FB
Light backgroundsTable row hoverSkeleton loading
200
C3EA
#C3EAF8
Secondary backgroundsInput backgroundsDividers
300
95DA
#95DAF3
BordersInactive statesPlaceholder text
400
5EC7
#5EC7ED
Disabled statesSecondary iconsMuted text
500
30B7
#30B7E8
Primary brand colorCTAsActive elementsLinks
600
169A
#169ACA
Hover statesFocus ringsPrimary buttons hover
700
127B
#127BA1
Active/pressed statesDark mode accentsSecondary text
800
0D58
#0D5873
Text on light backgroundsHeadingsStrong borders
900
0838
#083849
Primary textHigh emphasis contentDark headings
950
0523
#05232E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FAFD;
  --sky-blue-100: #DFF4FB;
  --sky-blue-200: #C3EAF8;
  --sky-blue-300: #95DAF3;
  --sky-blue-400: #5EC7ED;
  --sky-blue-500: #30B7E8;
  --sky-blue-600: #169ACA;
  --sky-blue-700: #127BA1;
  --sky-blue-800: #0D5873;
  --sky-blue-900: #083849;
  --sky-blue-950: #05232E;
}
Generate More ShadesCreate PaletteConvert Color