Sky Blue
#96E2F3
CyanColor Codes
All color formats for development
HEX
#96E2F3RGB
rgb(150, 226, 243)HSL
hsl(191, 79%, 77%)OKLCH
oklch(0.869 0.078 213.3)CMYK
cmyk(38%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73D8EF
2#50CEEA
3#2DC4E6
4#19B1D3
5#1593B0
6#10768D
7#0C5869
8#083B46
9#041D23
Tints
Lighter variations
1#A1E5F4
2#ABE8F5
3#B6EAF6
4#C0EDF8
5#CBF0F9
6#D5F3FA
7#E0F6FB
8#EAF9FD
9#F5FCFE
Tones
Muted variations
1#9BDFEE
2#9FDCE9
3#A4D9E5
4#A9D6E0
5#ADD3DC
6#B2D0D7
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 | 96E2 #96E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD2 #5FD2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C6 #32C6E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A8 #18A8C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1386 #1386A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | 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: #96E2F3;
--sky-blue-400: #5FD2EC;
--sky-blue-500: #32C6E7;
--sky-blue-600: #18A8C9;
--sky-blue-700: #1386A0;
--sky-blue-800: #0D6072;
--sky-blue-900: #093D49;
--sky-blue-950: #05262E;
}