Sky Blue

#5FECBD

Green

Color Codes

All color formats for development

HEX
#5FECBD
RGB
rgb(95, 236, 189)
HSL
hsl(160, 79%, 65%)
OKLCH
oklch(0.854 0.14 167.8)
CMYK
cmyk(60%, 0%, 20%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#42E9B1
2#24E5A5
3#18D093
4#15B27E
5#119469
6#0E7754
7#0A593F
8#073B2A
9#031E15

Tints

Lighter variations

1#6FEEC4
2#7FF0CA
3#8FF2D1
4#9FF4D8
5#AFF6DE
6#BFF8E5
7#CFF9EB
8#DFFBF2
9#EFFDF8

Tones

Muted variations

1#66E5BB
2#6DDEB9
3#74D7B6
4#7BD0B4
5#82C9B2
6#8AC2AF
7#91BBAD
8#98B4AA
9#9FADA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3D4
BordersInactive statesPlaceholder text
400
5FEC
#5FECBD
Disabled statesSecondary iconsMuted text
500
32E7
#32E7AA
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C98E
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A071
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7251
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDF9;
  --sky-blue-100: #DFFBF2;
  --sky-blue-200: #C4F8E7;
  --sky-blue-300: #96F3D4;
  --sky-blue-400: #5FECBD;
  --sky-blue-500: #32E7AA;
  --sky-blue-600: #18C98E;
  --sky-blue-700: #13A071;
  --sky-blue-800: #0D7251;
  --sky-blue-900: #094934;
  --sky-blue-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color