Sky Blue

#9FE9CF

Green

Color Codes

All color formats for development

HEX
#9FE9CF
RGB
rgb(159, 233, 207)
HSL
hsl(159, 63%, 77%)
OKLCH
oklch(0.878 0.082 170.4)
CMYK
cmyk(32%, 0%, 11%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#7FE2C0
2#5FDBB0
3#3FD4A0
4#2CC08C
5#24A075
6#1D805D
7#166046
8#0F402F
9#072017

Tints

Lighter variations

1#A9EBD4
2#B3EED9
3#BCF0DE
4#C6F2E2
5#CFF4E7
6#D9F6EC
7#E2F8F1
8#ECFBF5
9#F5FDFA

Tones

Muted variations

1#A3E6CE
2#A7E2CD
3#AADECC
4#AEDBCB
5#B2D7CA
6#B6D3C9
7#B9CFC8
8#BDCCC7
9#C1C8C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F1
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E4
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9CF
BordersInactive statesPlaceholder text
400
6EDE
#6EDEB7
Disabled statesSecondary iconsMuted text
500
44D5
#44D5A2
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB785
Hover statesFocus ringsPrimary buttons hover
700
2191
#21916A
Active/pressed statesDark mode accentsSecondary text
800
1868
#18684C
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: #F3FCF9;
  --sky-blue-100: #E2F8F1;
  --sky-blue-200: #C9F3E4;
  --sky-blue-300: #9FE9CF;
  --sky-blue-400: #6EDEB7;
  --sky-blue-500: #44D5A2;
  --sky-blue-600: #2AB785;
  --sky-blue-700: #21916A;
  --sky-blue-800: #18684C;
  --sky-blue-900: #0F4331;
  --sky-blue-950: #092A1E;
}
Generate More ShadesCreate PaletteConvert Color