Sky Blue
#96E0F3
CyanColor Codes
All color formats for development
HEX
#96E0F3RGB
rgb(150, 224, 243)HSL
hsl(192, 79%, 77%)OKLCH
oklch(0.865 0.078 215.7)CMYK
cmyk(38%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73D6EF
2#50CBEA
3#2DC1E6
4#19AED3
5#1591B0
6#10748D
7#0C5769
8#083A46
9#041D23
Tints
Lighter variations
1#A1E3F4
2#ABE6F5
3#B6E9F6
4#C0ECF8
5#CBF0F9
6#D5F3FA
7#E0F6FB
8#EAF9FD
9#F5FCFE
Tones
Muted variations
1#9BDDEE
2#9FDBE9
3#A4D8E5
4#A9D5E0
5#ADD2DC
6#B2CFD7
7#B6CDD2
8#BBCACE
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E0 #96E0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD0 #5FD0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C3 #32C3E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A5 #18A5C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1384 #1384A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C4EEF8;
--sky-blue-300: #96E0F3;
--sky-blue-400: #5FD0EC;
--sky-blue-500: #32C3E7;
--sky-blue-600: #18A5C9;
--sky-blue-700: #1384A0;
--sky-blue-800: #0D5E72;
--sky-blue-900: #093C49;
--sky-blue-950: #05262E;
}