Sky Blue

#5FECBB

Green

Color Codes

All color formats for development

HEX
#5FECBB
RGB
rgb(95, 236, 187)
HSL
hsl(159, 79%, 65%)
OKLCH
oklch(0.853 0.141 166.9)
CMYK
cmyk(60%, 0%, 21%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.20: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#42E9AE
2#24E5A2
3#18D090
4#15B27B
5#119467
6#0E7752
7#0A593E
8#073B29
9#031E15

Tints

Lighter variations

1#6FEEC2
2#7FF0C9
3#8FF2CF
4#9FF4D6
5#AFF6DD
6#BFF8E4
7#CFF9EB
8#DFFBF1
9#EFFDF8

Tones

Muted variations

1#66E5B9
2#6DDEB7
3#74D7B5
4#7BD0B2
5#82C9B0
6#8AC2AE
7#91BBAC
8#98B4AA
9#9FADA8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF1
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E6
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3D2
BordersInactive statesPlaceholder text
400
5FEC
#5FECBB
Disabled statesSecondary iconsMuted text
500
32E7
#32E7A7
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C98B
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A06E
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D724F
Text on light backgroundsHeadingsStrong borders
900
0949
#094932
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: #DFFBF1;
  --sky-blue-200: #C4F8E6;
  --sky-blue-300: #96F3D2;
  --sky-blue-400: #5FECBB;
  --sky-blue-500: #32E7A7;
  --sky-blue-600: #18C98B;
  --sky-blue-700: #13A06E;
  --sky-blue-800: #0D724F;
  --sky-blue-900: #094932;
  --sky-blue-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color