Sky Blue
#96F3EE
CyanColor Codes
All color formats for development
HEX
#96F3EERGB
rgb(150, 243, 238)HSL
hsl(177, 79%, 77%)OKLCH
oklch(0.905 0.089 191.3)CMYK
cmyk(38%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFE8
2#50EAE3
3#2DE6DD
4#19D3CA
5#15B0A8
6#108D86
7#0C6965
8#084643
9#042322
Tints
Lighter variations
1#A1F4F0
2#ABF5F1
3#B6F6F3
4#C0F8F5
5#CBF9F7
6#D5FAF8
7#E0FBFA
8#EAFDFC
9#F5FEFD
Tones
Muted variations
1#9BEEEA
2#9FE9E6
3#A4E5E2
4#A9E0DD
5#ADDCD9
6#B2D7D5
7#B6D2D1
8#BBCECD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EE | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F8F5;
--sky-blue-300: #96F3EE;
--sky-blue-400: #5FECE5;
--sky-blue-500: #32E7DE;
--sky-blue-600: #18C9C0;
--sky-blue-700: #13A099;
--sky-blue-800: #0D726D;
--sky-blue-900: #094946;
--sky-blue-950: #052E2C;
}