Sky Blue
#96F3E0
CyanColor Codes
All color formats for development
HEX
#96F3E0RGB
rgb(150, 243, 224)HSL
hsl(168, 79%, 77%)OKLCH
oklch(0.901 0.093 179.6)CMYK
cmyk(38%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFD6
2#50EACB
3#2DE6C1
4#19D3AE
5#15B091
6#108D74
7#0C6957
8#08463A
9#04231D
Tints
Lighter variations
1#A1F4E3
2#ABF5E6
3#B6F6E9
4#C0F8EC
5#CBF9F0
6#D5FAF3
7#E0FBF6
8#EAFDF9
9#F5FEFC
Tones
Muted variations
1#9BEEDD
2#9FE9DB
3#A4E5D8
4#A9E0D5
5#ADDCD2
6#B2D7CF
7#B6D2CD
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C4F8EE;
--sky-blue-300: #96F3E0;
--sky-blue-400: #5FECD0;
--sky-blue-500: #32E7C3;
--sky-blue-600: #18C9A5;
--sky-blue-700: #13A084;
--sky-blue-800: #0D725E;
--sky-blue-900: #09493C;
--sky-blue-950: #052E26;
}