Sky Blue
#96E8F3
CyanColor Codes
All color formats for development
HEX
#96E8F3RGB
rgb(150, 232, 243)HSL
hsl(187, 79%, 77%)OKLCH
oklch(0.882 0.081 206.6)CMYK
cmyk(38%, 5%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73E0EF
2#50D8EA
3#2DD1E6
4#19BDD3
5#159EB0
6#107E8D
7#0C5F69
8#083F46
9#042023
Tints
Lighter variations
1#A1EAF4
2#ABECF5
3#B6EFF6
4#C0F1F8
5#CBF3F9
6#D5F6FA
7#E0F8FB
8#EAFAFD
9#F5FDFE
Tones
Muted variations
1#9BE4EE
2#9FE1E9
3#A4DDE5
4#A9DAE0
5#ADD6DC
6#B2D3D7
7#B6CFD2
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E8 #96E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDC #5FDCEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D2 #32D2E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B4 #18B4C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138F #138FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D66 #0D6672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | 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: #C4F2F8;
--sky-blue-300: #96E8F3;
--sky-blue-400: #5FDCEC;
--sky-blue-500: #32D2E7;
--sky-blue-600: #18B4C9;
--sky-blue-700: #138FA0;
--sky-blue-800: #0D6672;
--sky-blue-900: #094249;
--sky-blue-950: #05292E;
}