Sky Blue
#9FEAD5
GreenColor Codes
All color formats for development
HEX
#9FEAD5RGB
rgb(159, 234, 213)HSL
hsl(163, 64%, 77%)OKLCH
oklch(0.882 0.08 174.9)CMYK
cmyk(32%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3C6
2#5EDCB8
3#3ED5AA
4#2AC196
5#23A17D
6#1C8164
7#15614B
8#0E4032
9#072019
Tints
Lighter variations
1#A8ECD9
2#B2EEDD
3#BCF0E1
4#C5F2E6
5#CFF4EA
6#D9F7EE
7#E2F9F2
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A3E6D3
2#A6E2D1
3#AADFD0
4#AEDBCE
5#B2D7CC
6#B5D3CB
7#B9D0C9
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFBF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B88F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCF9;
--sky-blue-100: #E2F9F2;
--sky-blue-200: #C9F3E7;
--sky-blue-300: #9FEAD5;
--sky-blue-400: #6DDFBF;
--sky-blue-500: #43D6AC;
--sky-blue-600: #28B88F;
--sky-blue-700: #209272;
--sky-blue-800: #176951;
--sky-blue-900: #0F4334;
--sky-blue-950: #092A21;
}