Sky Blue

#91F8EE

Cyan

Color Codes

All color formats for development

HEX
#91F8EE
RGB
rgb(145, 248, 238)
HSL
hsl(174, 88%, 77%)
OKLCH
oklch(0.914 0.098 187.6)
CMYK
cmyk(42%, 0%, 4%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#6CF6E8
2#47F3E2
3#22F1DC
4#0EDDC9
5#0CB9A7
6#099486
7#076F64
8#054A43
9#022521

Tints

Lighter variations

1#9CF9EF
2#A7F9F1
3#B2FAF3
4#BDFBF5
5#C8FBF6
6#D3FCF8
7#DEFDFA
8#E9FEFC
9#F4FEFD

Tones

Muted variations

1#96F3EA
2#9BEEE5
3#A0E8E1
4#A5E3DD
5#ABDED9
6#B0D9D5
7#B5D4D1
8#BACFCD
9#BFCAC8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFA
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBF5
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8EE
BordersInactive statesPlaceholder text
400
57F4
#57F4E5
Disabled statesSecondary iconsMuted text
500
27F1
#27F1DD
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3BF
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA898
Active/pressed statesDark mode accentsSecondary text
800
0878
#08786D
Text on light backgroundsHeadingsStrong borders
900
054D
#054D46
Primary textHigh emphasis contentDark headings
950
0330
#03302B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFD;
  --sky-blue-100: #DDFDFA;
  --sky-blue-200: #C1FBF5;
  --sky-blue-300: #91F8EE;
  --sky-blue-400: #57F4E5;
  --sky-blue-500: #27F1DD;
  --sky-blue-600: #0DD3BF;
  --sky-blue-700: #0BA898;
  --sky-blue-800: #08786D;
  --sky-blue-900: #054D46;
  --sky-blue-950: #03302B;
}
Generate More ShadesCreate PaletteConvert Color