Sky Blue
#96F3DC
CyanColor Codes
All color formats for development
HEX
#96F3DCRGB
rgb(150, 243, 220)HSL
hsl(165, 79%, 77%)OKLCH
oklch(0.9 0.095 176.5)CMYK
cmyk(38%, 0%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFD0
2#50EAC4
3#2DE6B8
4#19D3A4
5#15B089
6#108D6E
7#0C6952
8#084637
9#04231B
Tints
Lighter variations
1#A1F4DF
2#ABF5E3
3#B6F6E6
4#C0F8EA
5#CBF9ED
6#D5FAF1
7#E0FBF4
8#EAFDF8
9#F5FEFB
Tones
Muted variations
1#9BEED9
2#9FE9D7
3#A4E5D5
4#A9E0D2
5#ADDCD0
6#B2D7CE
7#B6D2CB
8#BBCEC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C4F8EB;
--sky-blue-300: #96F3DC;
--sky-blue-400: #5FECC9;
--sky-blue-500: #32E7BA;
--sky-blue-600: #18C99D;
--sky-blue-700: #13A07D;
--sky-blue-800: #0D7259;
--sky-blue-900: #094939;
--sky-blue-950: #052E24;
}