Sky Blue

#5CF0C3

Green

Color Codes

All color formats for development

HEX
#5CF0C3
RGB
rgb(92, 240, 195)
HSL
hsl(162, 83%, 65%)
OKLCH
oklch(0.864 0.142 169.5)
CMYK
cmyk(62%, 0%, 19%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.71:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#3DEDB8
2#1FEAAD
3#14D49B
4#11B684
5#0E986E
6#0B7958
7#085B42
8#063D2C
9#031E16

Tints

Lighter variations

1#6CF1C9
2#7CF3CF
3#8DF4D5
4#9DF6DB
5#ADF7E1
6#BEF9E7
7#CEFAED
8#DEFCF3
9#EFFDF9

Tones

Muted variations

1#63E8C0
2#6AE1BD
3#72DABA
4#79D2B8
5#81CBB5
6#88C3B2
7#90BCAF
8#97B5AC
9#9EADA9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF3
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E9
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D8
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C3
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBB2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD95
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA377
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7555
Text on light backgroundsHeadingsStrong borders
900
074B
#074B36
Primary textHigh emphasis contentDark headings
950
042F
#042F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFA;
  --sky-blue-100: #DEFCF3;
  --sky-blue-200: #C2F9E9;
  --sky-blue-300: #94F5D8;
  --sky-blue-400: #5CF0C3;
  --sky-blue-500: #2DEBB2;
  --sky-blue-600: #13CD95;
  --sky-blue-700: #0FA377;
  --sky-blue-800: #0B7555;
  --sky-blue-900: #074B36;
  --sky-blue-950: #042F22;
}
Generate More ShadesCreate PaletteConvert Color