Sky Blue
#9FE9DC
CyanColor Codes
All color formats for development
HEX
#9FE9DCRGB
rgb(159, 233, 220)HSL
hsl(169, 63%, 77%)OKLCH
oklch(0.882 0.076 182.3)CMYK
cmyk(32%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2D0
2#5FDBC4
3#3FD4B8
4#2CC0A5
5#24A089
6#1D806E
7#166052
8#0F4037
9#07201B
Tints
Lighter variations
1#A9EBDF
2#B3EEE3
3#BCF0E6
4#C6F2EA
5#CFF4ED
6#D9F6F1
7#E2F8F4
8#ECFBF8
9#F5FDFB
Tones
Muted variations
1#A3E6D9
2#A7E2D7
3#AADED5
4#AEDBD2
5#B2D7D0
6#B6D3CE
7#B9CFCB
8#BDCCC9
9#C1C8C7
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 #C9F3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4339 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | 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: #C9F3EB;
--sky-blue-300: #9FE9DC;
--sky-blue-400: #6EDEC9;
--sky-blue-500: #44D5BA;
--sky-blue-600: #2AB79D;
--sky-blue-700: #21917D;
--sky-blue-800: #186859;
--sky-blue-900: #0F4339;
--sky-blue-950: #092A24;
}