Sky Blue

#91F8D6

Green

Color Codes

All color formats for development

HEX
#91F8D6
RGB
rgb(145, 248, 214)
HSL
hsl(160, 88%, 77%)
OKLCH
oklch(0.907 0.108 170.5)
CMYK
cmyk(42%, 0%, 14%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.60: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#6CF6C8
2#47F3BA
3#22F1AC
4#0EDD98
5#0CB97F
6#099466
7#076F4C
8#054A33
9#022519

Tints

Lighter variations

1#9CF9DA
2#A7F9DE
3#B2FAE2
4#BDFBE6
5#C8FBEA
6#D3FCEE
7#DEFDF3
8#E9FEF7
9#F4FEFB

Tones

Muted variations

1#96F3D4
2#9BEED2
3#A0E8D0
4#A5E3CF
5#ABDECD
6#B0D9CB
7#B5D4CA
8#BACFC8
9#BFCAC6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF2
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE8
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D6
BordersInactive statesPlaceholder text
400
57F4
#57F4C0
Disabled statesSecondary iconsMuted text
500
27F1
#27F1AE
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD391
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA873
Active/pressed statesDark mode accentsSecondary text
800
0878
#087852
Text on light backgroundsHeadingsStrong borders
900
054D
#054D35
Primary textHigh emphasis contentDark headings
950
0330
#033021
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFA;
  --sky-blue-100: #DDFDF2;
  --sky-blue-200: #C1FBE8;
  --sky-blue-300: #91F8D6;
  --sky-blue-400: #57F4C0;
  --sky-blue-500: #27F1AE;
  --sky-blue-600: #0DD391;
  --sky-blue-700: #0BA873;
  --sky-blue-800: #087852;
  --sky-blue-900: #054D35;
  --sky-blue-950: #033021;
}
Generate More ShadesCreate PaletteConvert Color