Sky Blue
#9FE9E3
CyanColor Codes
All color formats for development
HEX
#9FE9E3RGB
rgb(159, 233, 227)HSL
hsl(175, 63%, 77%)OKLCH
oklch(0.884 0.074 189.5)CMYK
cmyk(32%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2DA
2#5FDBD0
3#3FD4C7
4#2CC0B4
5#24A096
6#1D8078
7#16605A
8#0F403C
9#07201E
Tints
Lighter variations
1#A9EBE6
2#B3EEE9
3#BCF0EB
4#C6F2EE
5#CFF4F1
6#D9F6F4
7#E2F8F7
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A3E6E0
2#A7E2DD
3#AADEDA
4#AEDBD7
5#B2D7D4
6#B6D3D1
7#B9CFCE
8#BDCCCB
9#C1C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDED5 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FE9E3;
--sky-blue-400: #6EDED5;
--sky-blue-500: #44D5C8;
--sky-blue-600: #2AB7AB;
--sky-blue-700: #219188;
--sky-blue-800: #186861;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}