Sky Blue

#91D6F8

Blue

Color Codes

All color formats for development

HEX
#91D6F8
RGB
rgb(145, 214, 248)
HSL
hsl(200, 88%, 77%)
OKLCH
oklch(0.842 0.084 230.4)
CMYK
cmyk(42%, 14%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF2
200
#C1E8
300
#91D6
400
#57C0
500
#27AE
600
#0D91
700
#0B73
800
#0852
900
#0535
950
#0321

Shades

Darker variations

1#6CC8F6
2#47BAF3
3#22ACF1
4#0E98DD
5#0C7FB9
6#096694
7#074C6F
8#05334A
9#021925

Tints

Lighter variations

1#9CDAF9
2#A7DEF9
3#B2E2FA
4#BDE6FB
5#C8EAFB
6#D3EEFC
7#DEF3FD
8#E9F7FE
9#F4FBFE

Tones

Muted variations

1#96D4F3
2#9BD2EE
3#A0D0E8
4#A5CFE3
5#ABCDDE
6#B0CBD9
7#B5CAD4
8#BAC8CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF2
#DDF2FD
Light backgroundsTable row hoverSkeleton loading
200
C1E8
#C1E8FB
Secondary backgroundsInput backgroundsDividers
300
91D6
#91D6F8
BordersInactive statesPlaceholder text
400
57C0
#57C0F4
Disabled statesSecondary iconsMuted text
500
27AE
#27AEF1
Primary brand colorCTAsActive elementsLinks
600
0D91
#0D91D3
Hover statesFocus ringsPrimary buttons hover
700
0B73
#0B73A8
Active/pressed statesDark mode accentsSecondary text
800
0852
#085278
Text on light backgroundsHeadingsStrong borders
900
0535
#05354D
Primary textHigh emphasis contentDark headings
950
0321
#032130
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FAFE;
  --sky-blue-100: #DDF2FD;
  --sky-blue-200: #C1E8FB;
  --sky-blue-300: #91D6F8;
  --sky-blue-400: #57C0F4;
  --sky-blue-500: #27AEF1;
  --sky-blue-600: #0D91D3;
  --sky-blue-700: #0B73A8;
  --sky-blue-800: #085278;
  --sky-blue-900: #05354D;
  --sky-blue-950: #032130;
}
Generate More ShadesCreate PaletteConvert Color