Sky Blue
#96F3E2
CyanColor Codes
All color formats for development
HEX
#96F3E2RGB
rgb(150, 243, 226)HSL
hsl(169, 79%, 77%)OKLCH
oklch(0.901 0.092 181.2)CMYK
cmyk(38%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFD8
2#50EACE
3#2DE6C4
4#19D3B1
5#15B093
6#108D76
7#0C6958
8#08463B
9#04231D
Tints
Lighter variations
1#A1F4E5
2#ABF5E8
3#B6F6EA
4#C0F8ED
5#CBF9F0
6#D5FAF3
7#E0FBF6
8#EAFDF9
9#F5FEFC
Tones
Muted variations
1#9BEEDF
2#9FE9DC
3#A4E5D9
4#A9E0D6
5#ADDCD3
6#B2D7D0
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 #96F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | 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: #96F3E2;
--sky-blue-400: #5FECD2;
--sky-blue-500: #32E7C6;
--sky-blue-600: #18C9A8;
--sky-blue-700: #13A086;
--sky-blue-800: #0D7260;
--sky-blue-900: #09493D;
--sky-blue-950: #052E26;
}