Sky Blue

#8FFAD3

Green

Color Codes

All color formats for development

HEX
#8FFAD3
RGB
rgb(143, 250, 211)
HSL
hsl(158, 91%, 77%)
OKLCH
oklch(0.91 0.114 168.2)
CMYK
cmyk(43%, 0%, 16%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#69F8C4
2#44F6B5
3#1EF4A6
4#0BE192
5#09BC7A
6#079662
7#057149
8#044B31
9#022618

Tints

Lighter variations

1#9AFAD7
2#A5FBDB
3#B1FBE0
4#BCFCE4
5#C7FCE9
6#D2FDED
7#DDFDF2
8#E9FEF6
9#F4FEFB

Tones

Muted variations

1#94F4D1
2#9AEFD0
3#9FEACE
4#A4E4CD
5#AADFCB
6#AFDACA
7#B4D4C9
8#BACFC7
9#BFCAC6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF1
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCE6
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAD3
BordersInactive statesPlaceholder text
400
55F7
#55F7BB
Disabled statesSecondary iconsMuted text
500
24F5
#24F5A8
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD68B
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA6F
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A4F
Text on light backgroundsHeadingsStrong borders
900
044E
#044E33
Primary textHigh emphasis contentDark headings
950
0231
#023120
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FEF9;
  --sky-blue-100: #DDFDF1;
  --sky-blue-200: #C0FCE6;
  --sky-blue-300: #8FFAD3;
  --sky-blue-400: #55F7BB;
  --sky-blue-500: #24F5A8;
  --sky-blue-600: #0AD68B;
  --sky-blue-700: #08AA6F;
  --sky-blue-800: #067A4F;
  --sky-blue-900: #044E33;
  --sky-blue-950: #023120;
}
Generate More ShadesCreate PaletteConvert Color