Sky Blue
#9CEDCC
GreenColor Codes
All color formats for development
HEX
#9CEDCCRGB
rgb(156, 237, 204)HSL
hsl(156, 69%, 77%)OKLCH
oklch(0.885 0.092 166.8)CMYK
cmyk(34%, 0%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7BC
2#5AE1AB
3#38DB9A
4#25C786
5#1EA670
6#188559
7#126443
8#0C422D
9#062116
Tints
Lighter variations
1#A6EFD1
2#B0F0D7
3#BAF2DC
4#C4F4E1
5#CDF6E6
6#D7F8EB
7#E1FAF0
8#EBFBF5
9#F5FDFA
Tones
Muted variations
1#A0E9CC
2#A4E5CB
3#A8E1CA
4#ACDDC9
5#B0D9C8
6#B4D5C8
7#B8D0C7
8#BCCCC6
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCC | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E1F9F0;
--sky-blue-200: #C7F5E2;
--sky-blue-300: #9CEDCC;
--sky-blue-400: #68E3B2;
--sky-blue-500: #3DDB9C;
--sky-blue-600: #23BE80;
--sky-blue-700: #1C9766;
--sky-blue-800: #146C49;
--sky-blue-900: #0D452E;
--sky-blue-950: #082B1D;
}