Sky Blue
#96F3F0
CyanColor Codes
All color formats for development
HEX
#96F3F0RGB
rgb(150, 243, 240)HSL
hsl(178, 79%, 77%)OKLCH
oklch(0.905 0.089 193.1)CMYK
cmyk(38%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFEA
2#50EAE5
3#2DE6E0
4#19D3CD
5#15B0AB
6#108D88
7#0C6966
8#084644
9#042322
Tints
Lighter variations
1#A1F4F1
2#ABF5F3
3#B6F6F4
4#C0F8F6
5#CBF9F7
6#D5FAF9
7#E0FBFA
8#EAFDFC
9#F5FEFD
Tones
Muted variations
1#9BEEEB
2#9FE9E7
3#A4E5E3
4#A9E0DE
5#ADDCDA
6#B2D7D6
7#B6D2D1
8#BBCECD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE8 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F8F6;
--sky-blue-300: #96F3F0;
--sky-blue-400: #5FECE8;
--sky-blue-500: #32E7E1;
--sky-blue-600: #18C9C3;
--sky-blue-700: #13A09B;
--sky-blue-800: #0D726F;
--sky-blue-900: #094947;
--sky-blue-950: #052E2C;
}