Sky Blue

#91F7D0

Green

Color Codes

All color formats for development

HEX
#91F7D0
RGB
rgb(145, 247, 208)
HSL
hsl(157, 86%, 77%)
OKLCH
oklch(0.903 0.111 167.3)
CMYK
cmyk(41%, 0%, 16%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFD
200
#C1FA
300
#92F7
400
#59F3
500
#2AEF
600
#10D1
700
#0CA6
800
#0977
900
#064C
950
#042F

Shades

Darker variations

1#6DF4C0
2#49F1B1
3#24EFA1
4#10DB8D
5#0EB776
6#0B925E
7#086E47
8#05492F
9#032518

Tints

Lighter variations

1#9DF8D5
2#A8F8D9
3#B3F9DE
4#BEFAE3
5#C8FBE8
6#D3FCEC
7#DEFDF1
8#E9FDF6
9#F4FEFA

Tones

Muted variations

1#97F2CF
2#9CEDCE
3#A1E8CD
4#A6E3CB
5#ABDECA
6#B0D9C9
7#B5D3C8
8#BACEC7
9#BFC9C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFD
#DEFDF1
Light backgroundsTable row hoverSkeleton loading
200
C1FA
#C1FAE5
Secondary backgroundsInput backgroundsDividers
300
92F7
#92F7D0
BordersInactive statesPlaceholder text
400
59F3
#59F3B8
Disabled statesSecondary iconsMuted text
500
2AEF
#2AEFA3
Primary brand colorCTAsActive elementsLinks
600
10D1
#10D187
Hover statesFocus ringsPrimary buttons hover
700
0CA6
#0CA66B
Active/pressed statesDark mode accentsSecondary text
800
0977
#09774D
Text on light backgroundsHeadingsStrong borders
900
064C
#064C31
Primary textHigh emphasis contentDark headings
950
042F
#042F1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEF9;
  --sky-blue-100: #DEFDF1;
  --sky-blue-200: #C1FAE5;
  --sky-blue-300: #92F7D0;
  --sky-blue-400: #59F3B8;
  --sky-blue-500: #2AEFA3;
  --sky-blue-600: #10D187;
  --sky-blue-700: #0CA66B;
  --sky-blue-800: #09774D;
  --sky-blue-900: #064C31;
  --sky-blue-950: #042F1F;
}
Generate More ShadesCreate PaletteConvert Color