Sky Blue
#9FE9D4
GreenColor Codes
All color formats for development
HEX
#9FE9D4RGB
rgb(159, 233, 212)HSL
hsl(163, 63%, 77%)OKLCH
oklch(0.88 0.079 174.7)CMYK
cmyk(32%, 0%, 9%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2C6
2#5FDBB8
3#3FD4AA
4#2CC096
5#24A07D
6#1D8064
7#16604B
8#0F4032
9#072019
Tints
Lighter variations
1#A9EBD9
2#B3EEDD
3#BCF0E1
4#C6F2E5
5#CFF4EA
6#D9F6EE
7#E2F8F2
8#ECFBF6
9#F5FDFB
Tones
Muted variations
1#A3E6D3
2#A7E2D1
3#AADED0
4#AEDBCE
5#B2D7CC
6#B6D3CB
7#B9CFC9
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #C9F3E7;
--sky-blue-300: #9FE9D4;
--sky-blue-400: #6EDEBE;
--sky-blue-500: #44D5AC;
--sky-blue-600: #2AB78F;
--sky-blue-700: #219172;
--sky-blue-800: #186851;
--sky-blue-900: #0F4334;
--sky-blue-950: #092A20;
}