Sky Blue

#9EEBCD

Green

Color Codes

All color formats for development

HEX
#9EEBCD
RGB
rgb(158, 235, 205)
HSL
hsl(157, 66%, 77%)
OKLCH
oklch(0.882 0.087 168)
CMYK
cmyk(33%, 0%, 13%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.38:1

AA AAA

On Black Background

15.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#7DE4BD
2#5CDEAC
3#3CD79C
4#28C488
5#21A371
6#1B825B
7#146244
8#0D412D
9#072117

Tints

Lighter variations

1#A7EDD2
2#B1EFD7
3#BBF1DC
4#C5F3E1
5#CEF5E6
6#D8F7EB
7#E2F9F0
8#ECFBF5
9#F5FDFA

Tones

Muted variations

1#A2E7CC
2#A5E3CC
3#A9DFCB
4#ADDCCA
5#B1D8C9
6#B5D4C8
7#B9D0C7
8#BDCCC6
9#C0C8C5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4E3
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBCD
BordersInactive statesPlaceholder text
400
6BE1
#6BE1B3
Disabled statesSecondary iconsMuted text
500
41D8
#41D89E
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA81
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9467
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A4A
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E442F
Primary textHigh emphasis contentDark headings
950
092A
#092A1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FCF9;
  --sky-blue-100: #E1F9F0;
  --sky-blue-200: #C8F4E3;
  --sky-blue-300: #9EEBCD;
  --sky-blue-400: #6BE1B3;
  --sky-blue-500: #41D89E;
  --sky-blue-600: #26BA81;
  --sky-blue-700: #1E9467;
  --sky-blue-800: #166A4A;
  --sky-blue-900: #0E442F;
  --sky-blue-950: #092A1D;
}
Generate More ShadesCreate PaletteConvert Color