Sky Blue
#9FE9DE
CyanColor Codes
All color formats for development
HEX
#9FE9DERGB
rgb(159, 233, 222)HSL
hsl(171, 63%, 77%)OKLCH
oklch(0.882 0.075 184.3)CMYK
cmyk(32%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2D3
2#5FDBC8
3#3FD4BD
4#2CC0AA
5#24A08D
6#1D8071
7#166055
8#0F4039
9#07201C
Tints
Lighter variations
1#A9EBE1
2#B3EEE5
3#BCF0E8
4#C6F2EB
5#CFF4EF
6#D9F6F2
7#E2F8F5
8#ECFBF8
9#F5FDFC
Tones
Muted variations
1#A3E6DC
2#A7E2D9
3#AADED6
4#AEDBD4
5#B2D7D1
6#B6D3CF
7#B9CFCC
8#BDCCCA
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F5;
--sky-blue-200: #C9F3EC;
--sky-blue-300: #9FE9DE;
--sky-blue-400: #6EDECD;
--sky-blue-500: #44D5BF;
--sky-blue-600: #2AB7A2;
--sky-blue-700: #219181;
--sky-blue-800: #18685C;
--sky-blue-900: #0F433B;
--sky-blue-950: #092A25;
}