Sky Blue

#5EEDC2

Green

Color Codes

All color formats for development

HEX
#5EEDC2
RGB
rgb(94, 237, 194)
HSL
hsl(162, 80%, 65%)
OKLCH
oklch(0.857 0.138 169.9)
CMYK
cmyk(60%, 0%, 18%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#41EAB7
2#23E7AC
3#17D199
4#14B383
5#11956D
6#0D7758
7#0A5A42
8#073C2C
9#031E16

Tints

Lighter variations

1#6EEFC8
2#7EF1CE
3#8FF3D5
4#9FF4DB
5#AFF6E1
6#BFF8E7
7#CFFAED
8#DFFBF3
9#EFFDF9

Tones

Muted variations

1#65E6BF
2#6DDFBD
3#74D8BA
4#7BD1B7
5#82C9B4
6#89C2B1
7#90BBAE
8#97B4AB
9#9FADA9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E8
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D7
BordersInactive statesPlaceholder text
400
5EED
#5EEDC2
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B1
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA94
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A176
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7354
Text on light backgroundsHeadingsStrong borders
900
0849
#084936
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFA;
  --sky-blue-100: #DFFBF3;
  --sky-blue-200: #C3F8E8;
  --sky-blue-300: #95F3D7;
  --sky-blue-400: #5EEDC2;
  --sky-blue-500: #30E8B1;
  --sky-blue-600: #16CA94;
  --sky-blue-700: #12A176;
  --sky-blue-800: #0D7354;
  --sky-blue-900: #084936;
  --sky-blue-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color