Sky Blue

#96F3D2

Green

Color Codes

All color formats for development

HEX
#96F3D2
RGB
rgb(150, 243, 210)
HSL
hsl(159, 79%, 77%)
OKLCH
oklch(0.897 0.101 169.4)
CMYK
cmyk(38%, 0%, 14%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

16.05: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#73EFC3
2#50EAB4
3#2DE6A5
4#19D392
5#15B079
6#108D61
7#0C6949
8#084631
9#042318

Tints

Lighter variations

1#A1F4D7
2#ABF5DB
3#B6F6E0
4#C0F8E4
5#CBF9E9
6#D5FAED
7#E0FBF2
8#EAFDF6
9#F5FEFB

Tones

Muted variations

1#9BEED1
2#9FE9CF
3#A4E5CE
4#A9E0CD
5#ADDCCB
6#B2D7CA
7#B6D2C9
8#BBCEC7
9#C0C9C6

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