Sky Blue
#9FE9D7
CyanColor Codes
All color formats for development
HEX
#9FE9D7RGB
rgb(159, 233, 215)HSL
hsl(165, 63%, 77%)OKLCH
oklch(0.88 0.078 177.5)CMYK
cmyk(32%, 0%, 8%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2C9
2#5FDBBC
3#3FD4AE
4#2CC09B
5#24A081
6#1D8067
7#16604D
8#0F4034
9#07201A
Tints
Lighter variations
1#A9EBDB
2#B3EEDF
3#BCF0E3
4#C6F2E7
5#CFF4EB
6#D9F6EF
7#E2F8F3
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A3E6D5
2#A7E2D3
3#AADED1
4#AEDBCF
5#B2D7CE
6#B6D3CC
7#B9CFCA
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F3;
--sky-blue-200: #C9F3E8;
--sky-blue-300: #9FE9D7;
--sky-blue-400: #6EDEC2;
--sky-blue-500: #44D5B0;
--sky-blue-600: #2AB794;
--sky-blue-700: #219175;
--sky-blue-800: #186854;
--sky-blue-900: #0F4336;
--sky-blue-950: #092A22;
}