Sky Blue
#9FE9D9
CyanColor Codes
All color formats for development
HEX
#9FE9D9RGB
rgb(159, 233, 217)HSL
hsl(167, 63%, 77%)OKLCH
oklch(0.881 0.077 179.4)CMYK
cmyk(32%, 0%, 7%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2CD
2#5FDBC0
3#3FD4B3
4#2CC0A0
5#24A085
6#1D806B
7#166050
8#0F4035
9#07201B
Tints
Lighter variations
1#A9EBDD
2#B3EEE1
3#BCF0E5
4#C6F2E8
5#CFF4EC
6#D9F6F0
7#E2F8F4
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A3E6D7
2#A7E2D5
3#AADED3
4#AEDBD1
5#B2D7CF
6#B6D3CD
7#B9CFCB
8#BDCCC9
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F4;
--sky-blue-200: #C9F3EA;
--sky-blue-300: #9FE9D9;
--sky-blue-400: #6EDEC6;
--sky-blue-500: #44D5B5;
--sky-blue-600: #2AB798;
--sky-blue-700: #219179;
--sky-blue-800: #186857;
--sky-blue-900: #0F4337;
--sky-blue-950: #092A23;
}