Sky Blue

#91E7F8

Cyan

Color Codes

All color formats for development

HEX
#91E7F8
RGB
rgb(145, 231, 248)
HSL
hsl(190, 88%, 77%)
OKLCH
oklch(0.879 0.086 211.5)
CMYK
cmyk(42%, 7%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF8
200
#C1F1
300
#91E7
400
#57DA
500
#27D0
600
#0DB2
700
#0B8E
800
#0865
900
#0541
950
#0328

Shades

Darker variations

1#6CDFF6
2#47D7F3
3#22CEF1
4#0EBBDD
5#0C9CB9
6#097D94
7#075D6F
8#053E4A
9#021F25

Tints

Lighter variations

1#9CE9F9
2#A7ECF9
3#B2EEFA
4#BDF0FB
5#C8F3FB
6#D3F5FC
7#DEF8FD
8#E9FAFE
9#F4FDFE

Tones

Muted variations

1#96E3F3
2#9BE0EE
3#A0DCE8
4#A5D9E3
5#ABD6DE
6#B0D2D9
7#B5CFD4
8#BACBCF
9#BFC8CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FD
Light backgroundsTable row hoverSkeleton loading
200
C1F1
#C1F1FB
Secondary backgroundsInput backgroundsDividers
300
91E7
#91E7F8
BordersInactive statesPlaceholder text
400
57DA
#57DAF4
Disabled statesSecondary iconsMuted text
500
27D0
#27D0F1
Primary brand colorCTAsActive elementsLinks
600
0DB2
#0DB2D3
Hover statesFocus ringsPrimary buttons hover
700
0B8E
#0B8EA8
Active/pressed statesDark mode accentsSecondary text
800
0865
#086578
Text on light backgroundsHeadingsStrong borders
900
0541
#05414D
Primary textHigh emphasis contentDark headings
950
0328
#032830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFE;
  --sky-blue-100: #DDF8FD;
  --sky-blue-200: #C1F1FB;
  --sky-blue-300: #91E7F8;
  --sky-blue-400: #57DAF4;
  --sky-blue-500: #27D0F1;
  --sky-blue-600: #0DB2D3;
  --sky-blue-700: #0B8EA8;
  --sky-blue-800: #086578;
  --sky-blue-900: #05414D;
  --sky-blue-950: #032830;
}
Generate More ShadesCreate PaletteConvert Color