Sky Blue
#9FE9DD
CyanColor Codes
All color formats for development
HEX
#9FE9DDRGB
rgb(159, 233, 221)HSL
hsl(170, 63%, 77%)OKLCH
oklch(0.882 0.075 183.3)CMYK
cmyk(32%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2D2
2#5FDBC6
3#3FD4BB
4#2CC0A7
5#24A08B
6#1D8070
7#166054
8#0F4038
9#07201C
Tints
Lighter variations
1#A9EBE0
2#B3EEE4
3#BCF0E7
4#C6F2EB
5#CFF4EE
6#D9F6F1
7#E2F8F5
8#ECFBF8
9#F5FDFC
Tones
Muted variations
1#A3E6DB
2#A7E2D8
3#AADED6
4#AEDBD3
5#B2D7D1
6#B6D3CE
7#B9CFCC
8#BDCCC9
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 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | 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: #F3FCFB;
--sky-blue-100: #E2F8F5;
--sky-blue-200: #C9F3EC;
--sky-blue-300: #9FE9DD;
--sky-blue-400: #6EDECB;
--sky-blue-500: #44D5BC;
--sky-blue-600: #2AB79F;
--sky-blue-700: #21917F;
--sky-blue-800: #18685B;
--sky-blue-900: #0F433A;
--sky-blue-950: #092A24;
}