Sky Blue
#9FE9C7
GreenColor Codes
All color formats for development
HEX
#9FE9C7RGB
rgb(159, 233, 199)HSL
hsl(152, 63%, 77%)OKLCH
oklch(0.876 0.088 164.2)CMYK
cmyk(32%, 0%, 15%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2B4
2#5FDBA1
3#3FD48E
4#2CC07B
5#24A066
6#1D8052
7#16603D
8#0F4029
9#072014
Tints
Lighter variations
1#A9EBCC
2#B3EED2
3#BCF0D8
4#C6F2DD
5#CFF4E3
6#D9F6E9
7#E2F8EE
8#ECFBF4
9#F5FDF9
Tones
Muted variations
1#A3E6C7
2#A7E2C6
3#AADEC6
4#AEDBC6
5#B2D7C6
6#B6D3C5
7#B9CFC5
8#BDCCC5
9#C1C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | 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: #F3FCF8;
--sky-blue-100: #E2F8EE;
--sky-blue-200: #C9F3DF;
--sky-blue-300: #9FE9C7;
--sky-blue-400: #6EDEA9;
--sky-blue-500: #44D591;
--sky-blue-600: #2AB775;
--sky-blue-700: #21915D;
--sky-blue-800: #186842;
--sky-blue-900: #0F432B;
--sky-blue-950: #092A1B;
}