Sky Blue
#9EEAC7
GreenColor Codes
All color formats for development
HEX
#9EEAC7RGB
rgb(158, 234, 199)HSL
hsl(152, 64%, 77%)OKLCH
oklch(0.878 0.09 164)CMYK
cmyk(32%, 0%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3B4
2#5EDCA1
3#3ED58E
4#2AC17B
5#23A166
6#1C8152
7#15613D
8#0E4029
9#072014
Tints
Lighter variations
1#A8ECCC
2#B2EED2
3#BCF0D8
4#C5F2DD
5#CFF4E3
6#D9F7E9
7#E2F9EE
8#ECFBF4
9#F5FDF9
Tones
Muted variations
1#A3E6C7
2#A6E2C6
3#AADFC6
4#AEDBC6
5#B2D7C6
6#B5D3C5
7#B9D0C5
8#BDCCC5
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D691 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B875 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176942 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF8;
--sky-blue-100: #E2F9EE;
--sky-blue-200: #C9F3DF;
--sky-blue-300: #9FEAC7;
--sky-blue-400: #6DDFAA;
--sky-blue-500: #43D691;
--sky-blue-600: #28B875;
--sky-blue-700: #20925D;
--sky-blue-800: #176942;
--sky-blue-900: #0F432B;
--sky-blue-950: #092A1B;
}