Sky Blue
#96E9F3
CyanColor Codes
All color formats for development
HEX
#96E9F3RGB
rgb(150, 233, 243)HSL
hsl(186, 79%, 77%)OKLCH
oklch(0.884 0.082 205.5)CMYK
cmyk(38%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73E2EF
2#50DBEA
3#2DD4E6
4#19C0D3
5#15A0B0
6#10808D
7#0C6069
8#084046
9#042023
Tints
Lighter variations
1#A1ECF4
2#ABEEF5
3#B6F0F6
4#C0F2F8
5#CBF4F9
6#D5F6FA
7#E0F9FB
8#EAFBFD
9#F5FDFE
Tones
Muted variations
1#9BE6EE
2#9FE2E9
3#A4DEE5
4#A9DBE0
5#ADD7DC
6#B2D3D7
7#B6CFD2
8#BBCCCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E9 #96E9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDE #5FDEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D5 #32D5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B7 #18B7C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1392 #1392A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D68 #0D6872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C4F3F8;
--sky-blue-300: #96E9F3;
--sky-blue-400: #5FDEEC;
--sky-blue-500: #32D5E7;
--sky-blue-600: #18B7C9;
--sky-blue-700: #1392A0;
--sky-blue-800: #0D6872;
--sky-blue-900: #094349;
--sky-blue-950: #052A2E;
}