Sky Blue

#91ECF8

Cyan

Color Codes

All color formats for development

HEX
#91ECF8
RGB
rgb(145, 236, 248)
HSL
hsl(187, 88%, 77%)
OKLCH
oklch(0.89 0.088 206.4)
CMYK
cmyk(42%, 5%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DDF9
200
#C1F4
300
#91EC
400
#57E2
500
#27DA
600
#0DBC
700
#0B95
800
#086B
900
#0544
950
#032B

Shades

Darker variations

1#6CE6F6
2#47DFF3
3#22D9F1
4#0EC5DD
5#0CA4B9
6#098494
7#07636F
8#05424A
9#022125

Tints

Lighter variations

1#9CEEF9
2#A7F0F9
3#B2F2FA
4#BDF4FB
5#C8F5FB
6#D3F7FC
7#DEF9FD
8#E9FBFE
9#F4FDFE

Tones

Muted variations

1#96E8F3
2#9BE4EE
3#A0E0E8
4#A5DCE3
5#ABD8DE
6#B0D4D9
7#B5D0D4
8#BACCCF
9#BFC8CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF9
#DDF9FD
Light backgroundsTable row hoverSkeleton loading
200
C1F4
#C1F4FB
Secondary backgroundsInput backgroundsDividers
300
91EC
#91ECF8
BordersInactive statesPlaceholder text
400
57E2
#57E2F4
Disabled statesSecondary iconsMuted text
500
27DA
#27DAF1
Primary brand colorCTAsActive elementsLinks
600
0DBC
#0DBCD3
Hover statesFocus ringsPrimary buttons hover
700
0B95
#0B95A8
Active/pressed statesDark mode accentsSecondary text
800
086B
#086B78
Text on light backgroundsHeadingsStrong borders
900
0544
#05444D
Primary textHigh emphasis contentDark headings
950
032B
#032B30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFE;
  --sky-blue-100: #DDF9FD;
  --sky-blue-200: #C1F4FB;
  --sky-blue-300: #91ECF8;
  --sky-blue-400: #57E2F4;
  --sky-blue-500: #27DAF1;
  --sky-blue-600: #0DBCD3;
  --sky-blue-700: #0B95A8;
  --sky-blue-800: #086B78;
  --sky-blue-900: #05444D;
  --sky-blue-950: #032B30;
}
Generate More ShadesCreate PaletteConvert Color