Sky Blue
#96F1F3
CyanColor Codes
All color formats for development
HEX
#96F1F3RGB
rgb(150, 241, 243)HSL
hsl(181, 79%, 77%)OKLCH
oklch(0.902 0.087 197.5)CMYK
cmyk(38%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73ECEF
2#50E8EA
3#2DE3E6
4#19D0D3
5#15ADB0
6#108B8D
7#0C6869
8#084546
9#042323
Tints
Lighter variations
1#A1F3F4
2#ABF4F5
3#B6F5F6
4#C0F7F8
5#CBF8F9
6#D5F9FA
7#E0FBFB
8#EAFCFD
9#F5FEFE
Tones
Muted variations
1#9BEDEE
2#9FE8E9
3#A4E4E5
4#A9DFE0
5#ADDBDC
6#B2D6D7
7#B6D2D2
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 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F1 #96F1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEA #5FEAEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E4 #32E4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C6 #18C6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139D #139DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D70 #0D7072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F7F8;
--sky-blue-300: #96F1F3;
--sky-blue-400: #5FEAEC;
--sky-blue-500: #32E4E7;
--sky-blue-600: #18C6C9;
--sky-blue-700: #139DA0;
--sky-blue-800: #0D7072;
--sky-blue-900: #094849;
--sky-blue-950: #052D2E;
}