Sky Blue

#94F5D1

Green

Color Codes

All color formats for development

HEX
#94F5D1
RGB
rgb(148, 245, 209)
HSL
hsl(158, 83%, 77%)
OKLCH
oklch(0.9 0.106 168.2)
CMYK
cmyk(40%, 0%, 15%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.24: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#70F2C2
2#4CEEB3
3#28EBA3
4#14D890
5#11B478
6#0D9060
7#0A6C48
8#074830
9#032418

Tints

Lighter variations

1#9EF6D6
2#A9F7DA
3#B4F8DF
4#BFF9E4
5#C9FAE8
6#D4FBED
7#DFFCF1
8#EAFDF6
9#F4FEFA

Tones

Muted variations

1#99F0D0
2#9DEBCF
3#A2E6CD
4#A7E2CC
5#ACDDCB
6#B1D8CA
7#B6D3C8
8#BBCEC7
9#BFC9C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF1
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E5
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D1
BordersInactive statesPlaceholder text
400
5CF0
#5CF0BA
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBA6
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD89
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA36D
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B754E
Text on light backgroundsHeadingsStrong borders
900
074B
#074B32
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: #DEFCF1;
  --sky-blue-200: #C2F9E5;
  --sky-blue-300: #94F5D1;
  --sky-blue-400: #5CF0BA;
  --sky-blue-500: #2DEBA6;
  --sky-blue-600: #13CD89;
  --sky-blue-700: #0FA36D;
  --sky-blue-800: #0B754E;
  --sky-blue-900: #074B32;
  --sky-blue-950: #042F1F;
}
Generate More ShadesCreate PaletteConvert Color