Sky Blue
#96F3E3
CyanColor Codes
All color formats for development
HEX
#96F3E3RGB
rgb(150, 243, 227)HSL
hsl(170, 79%, 77%)OKLCH
oklch(0.902 0.092 182)CMYK
cmyk(38%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFDA
2#50EAD1
3#2DE6C7
4#19D3B4
5#15B096
6#108D78
7#0C695A
8#08463C
9#04231E
Tints
Lighter variations
1#A1F4E6
2#ABF5E9
3#B6F6EC
4#C0F8EE
5#CBF9F1
6#D5FAF4
7#E0FBF7
8#EAFDF9
9#F5FEFC
Tones
Muted variations
1#9BEEE0
2#9FE9DD
3#A4E5DA
4#A9E0D7
5#ADDCD4
6#B2D7D1
7#B6D2CE
8#BBCECB
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8EF;
--sky-blue-300: #96F3E3;
--sky-blue-400: #5FECD5;
--sky-blue-500: #32E7C9;
--sky-blue-600: #18C9AB;
--sky-blue-700: #13A088;
--sky-blue-800: #0D7261;
--sky-blue-900: #09493E;
--sky-blue-950: #052E27;
}