Sky Blue

#9CEDD2

Green

Color Codes

All color formats for development

HEX
#9CEDD2
RGB
rgb(156, 237, 210)
HSL
hsl(160, 69%, 77%)
OKLCH
oklch(0.886 0.088 171.2)
CMYK
cmyk(34%, 0%, 11%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.36:1

AA AAA

On Black Background

15.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#7BE7C3
2#5AE1B4
3#38DBA4
4#25C791
5#1EA679
6#188561
7#126448
8#0C4230
9#062118

Tints

Lighter variations

1#A6EFD6
2#B0F0DB
3#BAF2DF
4#C4F4E4
5#CDF6E8
6#D7F8ED
7#E1FAF1
8#EBFBF6
9#F5FDFA

Tones

Muted variations

1#A0E9D0
2#A4E5CF
3#A8E1CE
4#ACDDCC
5#B0D9CB
6#B4D5CA
7#B8D0C8
8#BCCCC7
9#C0C8C6

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F1
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E5
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDD2
BordersInactive statesPlaceholder text
400
68E3
#68E3BA
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBA7
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE8A
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C976E
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C4E
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4532
Primary textHigh emphasis contentDark headings
950
082B
#082B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FDF9;
  --sky-blue-100: #E1F9F1;
  --sky-blue-200: #C7F5E5;
  --sky-blue-300: #9CEDD2;
  --sky-blue-400: #68E3BA;
  --sky-blue-500: #3DDBA7;
  --sky-blue-600: #23BE8A;
  --sky-blue-700: #1C976E;
  --sky-blue-800: #146C4E;
  --sky-blue-900: #0D4532;
  --sky-blue-950: #082B1F;
}
Generate More ShadesCreate PaletteConvert Color