Sky Blue
#9EEAD1
GreenColor Codes
All color formats for development
HEX
#9EEAD1RGB
rgb(158, 234, 209)HSL
hsl(160, 64%, 77%)OKLCH
oklch(0.88 0.083 171.7)CMYK
cmyk(32%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3C1
2#5EDCB2
3#3ED5A3
4#2AC18F
5#23A177
6#1C815F
7#156147
8#0E4030
9#072018
Tints
Lighter variations
1#A8ECD5
2#B2EEDA
3#BCF0DF
4#C5F2E3
5#CFF4E8
6#D9F7ED
7#E2F9F1
8#ECFBF6
9#F5FDFA
Tones
Muted variations
1#A3E6D0
2#A6E2CE
3#AADFCD
4#AEDBCC
5#B2D7CB
6#B5D3C9
7#B9D0C8
8#BDCCC7
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20926C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17694D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4332 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F1;
--sky-blue-200: #C9F3E5;
--sky-blue-300: #9FEAD1;
--sky-blue-400: #6DDFB9;
--sky-blue-500: #43D6A5;
--sky-blue-600: #28B888;
--sky-blue-700: #20926C;
--sky-blue-800: #17694D;
--sky-blue-900: #0F4332;
--sky-blue-950: #092A1F;
}