Sky Blue
#9DECC8
GreenColor Codes
All color formats for development
HEX
#9DECC8RGB
rgb(157, 236, 200)HSL
hsl(153, 68%, 77%)OKLCH
oklch(0.882 0.093 164.2)CMYK
cmyk(33%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6B6
2#5AE0A4
3#3AD991
4#26C67E
5#1FA569
6#198454
7#13633F
8#0D422A
9#062115
Tints
Lighter variations
1#A6EECE
2#B0F0D3
3#BAF2D9
4#C4F4DE
5#CEF6E4
6#D8F7E9
7#E1F9EF
8#EBFBF4
9#F5FDFA
Tones
Muted variations
1#A0E8C8
2#A4E4C8
3#A8E0C7
4#ACDCC7
5#B0D8C6
6#B4D4C6
7#B8D0C6
8#BCCCC5
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECC8 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDA94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D965F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E1F9EE;
--sky-blue-200: #C7F4E0;
--sky-blue-300: #9CECC8;
--sky-blue-400: #69E2AC;
--sky-blue-500: #3EDA94;
--sky-blue-600: #24BC78;
--sky-blue-700: #1D965F;
--sky-blue-800: #146B44;
--sky-blue-900: #0D452C;
--sky-blue-950: #082B1B;
}