Sky Blue

#8EFBD8

Green

Color Codes

All color formats for development

HEX
#8EFBD8
RGB
rgb(142, 251, 216)
HSL
hsl(161, 93%, 77%)
OKLCH
oklch(0.913 0.113 170.9)
CMYK
cmyk(43%, 0%, 14%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#68FACB
2#42F8BE
3#1CF7B2
4#08E39E
5#07BD84
6#059869
7#04724F
8#034C35
9#01261A

Tints

Lighter variations

1#99FBDC
2#A4FCE0
3#B0FCE4
4#BBFDE8
5#C6FDEC
6#D2FDF0
7#DDFEF3
8#E8FEF7
9#F4FFFB

Tones

Muted variations

1#93F5D6
2#99F0D4
3#9EEBD2
4#A4E5D0
5#A9E0CE
6#AFDACC
7#B4D5CA
8#B9CFC8
9#BFCAC6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF3
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDE9
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBD8
BordersInactive statesPlaceholder text
400
53F9
#53F9C4
Disabled statesSecondary iconsMuted text
500
22F7
#22F7B3
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D996
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC78
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B55
Text on light backgroundsHeadingsStrong borders
900
034F
#034F37
Primary textHigh emphasis contentDark headings
950
0231
#023122
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEFA;
  --sky-blue-100: #DDFEF3;
  --sky-blue-200: #BFFDE9;
  --sky-blue-300: #8EFBD8;
  --sky-blue-400: #53F9C4;
  --sky-blue-500: #22F7B3;
  --sky-blue-600: #08D996;
  --sky-blue-700: #06AC78;
  --sky-blue-800: #047B55;
  --sky-blue-900: #034F37;
  --sky-blue-950: #023122;
}
Generate More ShadesCreate PaletteConvert Color