Sky Blue

#96F3CB

Green

Color Codes

All color formats for development

HEX
#96F3CB
RGB
rgb(150, 243, 203)
HSL
hsl(154, 79%, 77%)
OKLCH
oklch(0.895 0.106 165)
CMYK
cmyk(38%, 0%, 16%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.98: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#73EFB9
2#50EAA7
3#2DE696
4#19D382
5#15B06D
6#108D57
7#0C6941
8#08462B
9#042316

Tints

Lighter variations

1#A1F4D0
2#ABF5D5
3#B6F6DA
4#C0F8E0
5#CBF9E5
6#D5FAEA
7#E0FBEF
8#EAFDF5
9#F5FEFA

Tones

Muted variations

1#9BEECA
2#9FE9C9
3#A4E5C9
4#A9E0C8
5#ADDCC7
6#B2D7C7
7#B6D2C6
8#BBCEC6
9#C0C9C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E1
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3CB
BordersInactive statesPlaceholder text
400
5FEC
#5FECAF
Disabled statesSecondary iconsMuted text
500
32E7
#32E798
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C97C
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A063
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7246
Text on light backgroundsHeadingsStrong borders
900
0949
#09492D
Primary textHigh emphasis contentDark headings
950
052E
#052E1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDF8;
  --sky-blue-100: #DFFBEF;
  --sky-blue-200: #C4F8E1;
  --sky-blue-300: #96F3CB;
  --sky-blue-400: #5FECAF;
  --sky-blue-500: #32E798;
  --sky-blue-600: #18C97C;
  --sky-blue-700: #13A063;
  --sky-blue-800: #0D7246;
  --sky-blue-900: #09492D;
  --sky-blue-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color