Sky Blue
#96E5F3
CyanColor Codes
All color formats for development
HEX
#96E5F3RGB
rgb(150, 229, 243)HSL
hsl(189, 79%, 77%)OKLCH
oklch(0.876 0.08 209.9)CMYK
cmyk(38%, 6%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73DCEF
2#50D3EA
3#2DCAE6
4#19B7D3
5#1598B0
6#107A8D
7#0C5B69
8#083D46
9#041E23
Tints
Lighter variations
1#A1E7F4
2#ABEAF5
3#B6EDF6
4#C0EFF8
5#CBF2F9
6#D5F5FA
7#E0F7FB
8#EAFAFD
9#F5FCFE
Tones
Muted variations
1#9BE2EE
2#9FDEE9
3#A4DBE5
4#A9D8E0
5#ADD5DC
6#B2D1D7
7#B6CED2
8#BBCBCE
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E5 #96E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD7 #5FD7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CC #32CCE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AE #18AEC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138B #138BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F0F8;
--sky-blue-300: #96E5F3;
--sky-blue-400: #5FD7EC;
--sky-blue-500: #32CCE7;
--sky-blue-600: #18AEC9;
--sky-blue-700: #138BA0;
--sky-blue-800: #0D6372;
--sky-blue-900: #093F49;
--sky-blue-950: #05282E;
}