Sky Blue
#9FE9DF
CyanColor Codes
All color formats for development
HEX
#9FE9DFRGB
rgb(159, 233, 223)HSL
hsl(172, 63%, 77%)OKLCH
oklch(0.883 0.075 185.3)CMYK
cmyk(32%, 0%, 4%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2D5
2#5FDBCA
3#3FD4C0
4#2CC0AC
5#24A090
6#1D8073
7#166056
8#0F4039
9#07201D
Tints
Lighter variations
1#A9EBE3
2#B3EEE6
3#BCF0E9
4#C6F2EC
5#CFF4EF
6#D9F6F2
7#E2F8F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A3E6DD
2#A7E2DA
3#AADED7
4#AEDBD5
5#B2D7D2
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 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | 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: #C9F3ED;
--sky-blue-300: #9FE9DF;
--sky-blue-400: #6EDECF;
--sky-blue-500: #44D5C1;
--sky-blue-600: #2AB7A4;
--sky-blue-700: #219182;
--sky-blue-800: #18685D;
--sky-blue-900: #0F433C;
--sky-blue-950: #092A25;
}