Sky Blue
#9FE9E2
CyanColor Codes
All color formats for development
HEX
#9FE9E2RGB
rgb(159, 233, 226)HSL
hsl(174, 63%, 77%)OKLCH
oklch(0.884 0.074 188.5)CMYK
cmyk(32%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2D8
2#5FDBCE
3#3FD4C5
4#2CC0B1
5#24A094
6#1D8076
7#166059
8#0F403B
9#07201E
Tints
Lighter variations
1#A9EBE5
2#B3EEE8
3#BCF0EB
4#C6F2EE
5#CFF4F0
6#D9F6F3
7#E2F8F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A3E6DF
2#A7E2DC
3#AADED9
4#AEDBD6
5#B2D7D3
6#B6D3D0
7#B9CFCD
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 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED3 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E2;
--sky-blue-400: #6EDED3;
--sky-blue-500: #44D5C6;
--sky-blue-600: #2AB7A9;
--sky-blue-700: #219186;
--sky-blue-800: #186860;
--sky-blue-900: #0F433D;
--sky-blue-950: #092A26;
}