Sky Blue
#96EEF3
CyanColor Codes
All color formats for development
HEX
#96EEF3RGB
rgb(150, 238, 243)HSL
hsl(183, 79%, 77%)OKLCH
oklch(0.895 0.085 200.4)CMYK
cmyk(38%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73E8EF
2#50E3EA
3#2DDDE6
4#19CAD3
5#15A8B0
6#10868D
7#0C6569
8#084346
9#042223
Tints
Lighter variations
1#A1F0F4
2#ABF1F5
3#B6F3F6
4#C0F5F8
5#CBF7F9
6#D5F8FA
7#E0FAFB
8#EAFCFD
9#F5FDFE
Tones
Muted variations
1#9BEAEE
2#9FE6E9
3#A4E2E5
4#A9DDE0
5#ADD9DC
6#B2D5D7
7#B6D1D2
8#BBCDCE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EE #96EEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE5 #5FE5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32DE #32DEE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C0 #18C0C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1399 #1399A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6D #0D6D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C4F5F8;
--sky-blue-300: #96EEF3;
--sky-blue-400: #5FE5EC;
--sky-blue-500: #32DEE7;
--sky-blue-600: #18C0C9;
--sky-blue-700: #1399A0;
--sky-blue-800: #0D6D72;
--sky-blue-900: #094649;
--sky-blue-950: #052C2E;
}