Sky Blue

#5EBEED

Blue

Color Codes

All color formats for development

HEX
#5EBEED
RGB
rgb(94, 190, 237)
HSL
hsl(200, 80%, 65%)
OKLCH
oklch(0.762 0.113 232.2)
CMYK
cmyk(60%, 20%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F9
100
#DFF2
200
#C3E7
300
#95D4
400
#5EBE
500
#30AB
600
#168E
700
#1271
800
#0D51
900
#0834
950
#0520

Shades

Darker variations

1#41B1EA
2#23A5E7
3#1793D1
4#147EB3
5#116995
6#0D5477
7#0A3F5A
8#072A3C
9#03151E

Tints

Lighter variations

1#6EC4EF
2#7ECBF1
3#8FD1F3
4#9FD8F4
5#AFDEF6
6#BFE5F8
7#CFEBFA
8#DFF2FB
9#EFF8FD

Tones

Muted variations

1#65BBE6
2#6DB9DF
3#74B6D8
4#7BB4D1
5#82B2C9
6#89AFC2
7#90ADBB
8#97ABB4
9#9FA8AD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F9
#F1F9FD
BackgroundsSubtle highlightsCard backgrounds
100
DFF2
#DFF2FB
Light backgroundsTable row hoverSkeleton loading
200
C3E7
#C3E7F8
Secondary backgroundsInput backgroundsDividers
300
95D4
#95D4F3
BordersInactive statesPlaceholder text
400
5EBE
#5EBEED
Disabled statesSecondary iconsMuted text
500
30AB
#30ABE8
Primary brand colorCTAsActive elementsLinks
600
168E
#168ECA
Hover statesFocus ringsPrimary buttons hover
700
1271
#1271A1
Active/pressed statesDark mode accentsSecondary text
800
0D51
#0D5173
Text on light backgroundsHeadingsStrong borders
900
0834
#083449
Primary textHigh emphasis contentDark headings
950
0520
#05202E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F9FD;
  --sky-blue-100: #DFF2FB;
  --sky-blue-200: #C3E7F8;
  --sky-blue-300: #95D4F3;
  --sky-blue-400: #5EBEED;
  --sky-blue-500: #30ABE8;
  --sky-blue-600: #168ECA;
  --sky-blue-700: #1271A1;
  --sky-blue-800: #0D5173;
  --sky-blue-900: #083449;
  --sky-blue-950: #05202E;
}
Generate More ShadesCreate PaletteConvert Color