Sky Blue
#96F3E6
CyanColor Codes
All color formats for development
HEX
#96F3E6RGB
rgb(150, 243, 230)HSL
hsl(172, 79%, 77%)OKLCH
oklch(0.902 0.091 184.5)CMYK
cmyk(38%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFDE
2#50EAD6
3#2DE6CE
4#19D3BA
5#15B09B
6#108D7C
7#0C695D
8#08463E
9#04231F
Tints
Lighter variations
1#A1F4E9
2#ABF5EB
3#B6F6EE
4#C0F8F0
5#CBF9F3
6#D5FAF5
7#E0FBF8
8#EAFDFA
9#F5FEFD
Tones
Muted variations
1#9BEEE3
2#9FE9E0
3#A4E5DC
4#A9E0D9
5#ADDCD5
6#B2D7D2
7#B6D2CF
8#BBCECB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8F1;
--sky-blue-300: #96F3E6;
--sky-blue-400: #5FECD9;
--sky-blue-500: #32E7CF;
--sky-blue-600: #18C9B1;
--sky-blue-700: #13A08D;
--sky-blue-800: #0D7265;
--sky-blue-900: #094940;
--sky-blue-950: #052E28;
}