Sky Blue

#96F3DA

Green

Color Codes

All color formats for development

HEX
#96F3DA
RGB
rgb(150, 243, 218)
HSL
hsl(164, 79%, 77%)
OKLCH
oklch(0.899 0.096 175)
CMYK
cmyk(38%, 0%, 10%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.13: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#73EFCE
2#50EAC1
3#2DE6B5
4#19D3A1
5#15B086
6#108D6B
7#0C6951
8#084636
9#04231B

Tints

Lighter variations

1#A1F4DE
2#ABF5E1
3#B6F6E5
4#C0F8E9
5#CBF9EC
6#D5FAF0
7#E0FBF4
8#EAFDF8
9#F5FEFB

Tones

Muted variations

1#9BEED8
2#9FE9D6
3#A4E5D3
4#A9E0D1
5#ADDCCF
6#B2D7CD
7#B6D2CB
8#BBCEC9
9#C0C9C7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF4
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EA
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3DA
BordersInactive statesPlaceholder text
400
5FEC
#5FECC7
Disabled statesSecondary iconsMuted text
500
32E7
#32E7B7
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C99A
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A07A
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7257
Text on light backgroundsHeadingsStrong borders
900
0949
#094938
Primary textHigh emphasis contentDark headings
950
052E
#052E23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFA;
  --sky-blue-100: #DFFBF4;
  --sky-blue-200: #C4F8EA;
  --sky-blue-300: #96F3DA;
  --sky-blue-400: #5FECC7;
  --sky-blue-500: #32E7B7;
  --sky-blue-600: #18C99A;
  --sky-blue-700: #13A07A;
  --sky-blue-800: #0D7257;
  --sky-blue-900: #094938;
  --sky-blue-950: #052E23;
}
Generate More ShadesCreate PaletteConvert Color