Sky Blue
#96F0F3
CyanColor Codes
All color formats for development
HEX
#96F0F3RGB
rgb(150, 240, 243)HSL
hsl(182, 79%, 77%)OKLCH
oklch(0.9 0.086 198.4)CMYK
cmyk(38%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EAEF
2#50E5EA
3#2DE0E6
4#19CDD3
5#15ABB0
6#10888D
7#0C6669
8#084446
9#042223
Tints
Lighter variations
1#A1F1F4
2#ABF3F5
3#B6F4F6
4#C0F6F8
5#CBF7F9
6#D5F9FA
7#E0FAFB
8#EAFCFD
9#F5FDFE
Tones
Muted variations
1#9BEBEE
2#9FE7E9
3#A4E3E5
4#A9DEE0
5#ADDADC
6#B2D6D7
7#B6D1D2
8#BBCDCE
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F0 #96F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FE8 #5FE8EC | Disabled statesSecondary iconsMuted text |
| 500 | 32E1 #32E1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C3 #18C3C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139B #139BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C4F6F8;
--sky-blue-300: #96F0F3;
--sky-blue-400: #5FE8EC;
--sky-blue-500: #32E1E7;
--sky-blue-600: #18C3C9;
--sky-blue-700: #139BA0;
--sky-blue-800: #0D6F72;
--sky-blue-900: #094749;
--sky-blue-950: #052C2E;
}