Sky Blue
#96F3EB
CyanColor Codes
All color formats for development
HEX
#96F3EBRGB
rgb(150, 243, 235)HSL
hsl(175, 79%, 77%)OKLCH
oklch(0.904 0.09 188.7)CMYK
cmyk(38%, 0%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFE4
2#50EADE
3#2DE6D7
4#19D3C3
5#15B0A3
6#108D82
7#0C6962
8#084641
9#042321
Tints
Lighter variations
1#A1F4ED
2#ABF5EF
3#B6F6F1
4#C0F8F3
5#CBF9F5
6#D5FAF7
7#E0FBF9
8#EAFDFB
9#F5FEFD
Tones
Muted variations
1#9BEEE7
2#9FE9E3
3#A4E5DF
4#A9E0DC
5#ADDCD8
6#B2D7D4
7#B6D2D0
8#BBCECC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A094 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F8F4;
--sky-blue-300: #96F3EB;
--sky-blue-400: #5FECE1;
--sky-blue-500: #32E7D8;
--sky-blue-600: #18C9BA;
--sky-blue-700: #13A094;
--sky-blue-800: #0D726A;
--sky-blue-900: #094944;
--sky-blue-950: #052E2A;
}