Sky Blue

#9FEAD0

Green

Color Codes

All color formats for development

HEX
#9FEAD0
RGB
rgb(159, 234, 208)
HSL
hsl(159, 64%, 77%)
OKLCH
oklch(0.881 0.083 170.6)
CMYK
cmyk(32%, 0%, 11%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#7FE3C0
2#5EDCB0
3#3ED5A0
4#2AC18C
5#23A175
6#1C815E
7#156146
8#0E402F
9#072017

Tints

Lighter variations

1#A8ECD4
2#B2EED9
3#BCF0DE
4#C5F2E3
5#CFF4E7
6#D9F7EC
7#E2F9F1
8#ECFBF6
9#F5FDFA

Tones

Muted variations

1#A3E6CE
2#A6E2CD
3#AADFCC
4#AEDBCB
5#B2D7CA
6#B5D3C9
7#B9D0C8
8#BDCCC7
9#C1C8C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F1
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E4
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAD0
BordersInactive statesPlaceholder text
400
6DDF
#6DDFB7
Disabled statesSecondary iconsMuted text
500
43D6
#43D6A2
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B886
Hover statesFocus ringsPrimary buttons hover
700
2092
#20926A
Active/pressed statesDark mode accentsSecondary text
800
1769
#17694C
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4331
Primary textHigh emphasis contentDark headings
950
092A
#092A1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCF9;
  --sky-blue-100: #E2F9F1;
  --sky-blue-200: #C9F3E4;
  --sky-blue-300: #9FEAD0;
  --sky-blue-400: #6DDFB7;
  --sky-blue-500: #43D6A2;
  --sky-blue-600: #28B886;
  --sky-blue-700: #20926A;
  --sky-blue-800: #17694C;
  --sky-blue-900: #0F4331;
  --sky-blue-950: #092A1E;
}
Generate More ShadesCreate PaletteConvert Color