Sky Blue
#9FE9D8
CyanColor Codes
All color formats for development
HEX
#9FE9D8RGB
rgb(159, 233, 216)HSL
hsl(166, 63%, 77%)OKLCH
oklch(0.881 0.077 178.4)CMYK
cmyk(32%, 0%, 7%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2CB
2#5FDBBE
3#3FD4B1
4#2CC09D
5#24A083
6#1D8069
7#16604F
8#0F4034
9#07201A
Tints
Lighter variations
1#A9EBDC
2#B3EEE0
3#BCF0E4
4#C6F2E8
5#CFF4EC
6#D9F6EF
7#E2F8F3
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A3E6D6
2#A7E2D4
3#AADED2
4#AEDBD0
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 #C9F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC4 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #C9F3E9;
--sky-blue-300: #9FE9D8;
--sky-blue-400: #6EDEC4;
--sky-blue-500: #44D5B3;
--sky-blue-600: #2AB796;
--sky-blue-700: #219177;
--sky-blue-800: #186855;
--sky-blue-900: #0F4337;
--sky-blue-950: #092A22;
}