Sky Blue
#9FEAC9
GreenColor Codes
All color formats for development
HEX
#9FEAC9RGB
rgb(159, 234, 201)HSL
hsl(154, 64%, 77%)OKLCH
oklch(0.879 0.088 165.2)CMYK
cmyk(32%, 0%, 14%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3B7
2#5EDCA5
3#3ED593
4#2AC180
5#23A16B
6#1C8155
7#156140
8#0E402B
9#072015
Tints
Lighter variations
1#A8ECCF
2#B2EED4
3#BCF0D9
4#C5F2DF
5#CFF4E4
6#D9F7EA
7#E2F9EF
8#ECFBF4
9#F5FDFA
Tones
Muted variations
1#A3E6C9
2#A6E2C8
3#AADFC8
4#AEDBC7
5#B2D7C7
6#B5D3C6
7#B9D0C6
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 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D696 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF8;
--sky-blue-100: #E2F9EF;
--sky-blue-200: #C9F3E1;
--sky-blue-300: #9FEAC9;
--sky-blue-400: #6DDFAD;
--sky-blue-500: #43D696;
--sky-blue-600: #28B87A;
--sky-blue-700: #209261;
--sky-blue-800: #176945;
--sky-blue-900: #0F432C;
--sky-blue-950: #092A1C;
}