Sky Blue
#9CECCC
GreenColor Codes
All color formats for development
HEX
#9CECCCRGB
rgb(156, 236, 204)HSL
hsl(156, 68%, 77%)OKLCH
oklch(0.882 0.091 167.2)CMYK
cmyk(34%, 0%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6BB
2#5AE0AA
3#3AD999
4#26C686
5#1FA570
6#198459
7#136343
8#0D422D
9#062116
Tints
Lighter variations
1#A6EED1
2#B0F0D6
3#BAF2DC
4#C4F4E1
5#CEF6E6
6#D8F7EB
7#E1F9F0
8#EBFBF5
9#F5FDFA
Tones
Muted variations
1#A0E8CC
2#A4E4CB
3#A8E0CA
4#ACDCC9
5#B0D8C8
6#B4D4C8
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 | C7F4 #C7F4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECCC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9665 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B48 | 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: #C7F4E2;
--sky-blue-300: #9CECCC;
--sky-blue-400: #69E2B2;
--sky-blue-500: #3EDA9C;
--sky-blue-600: #24BC7F;
--sky-blue-700: #1D9665;
--sky-blue-800: #146B48;
--sky-blue-900: #0D452E;
--sky-blue-950: #082B1D;
}