Sky Blue
#96F3D1
GreenColor Codes
All color formats for development
HEX
#96F3D1RGB
rgb(150, 243, 209)HSL
hsl(158, 79%, 77%)OKLCH
oklch(0.897 0.101 168.7)CMYK
cmyk(38%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFC1
2#50EAB2
3#2DE6A2
4#19D38F
5#15B077
6#108D5F
7#0C6947
8#084630
9#042318
Tints
Lighter variations
1#A1F4D5
2#ABF5DA
3#B6F6DF
4#C0F8E3
5#CBF9E8
6#D5FAEC
7#E0FBF1
8#EAFDF6
9#F5FEFA
Tones
Muted variations
1#9BEECF
2#9FE9CE
3#A4E5CD
4#A9E0CC
5#ADDCCB
6#B2D7C9
7#B6D2C8
8#BBCEC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF1;
--sky-blue-200: #C4F8E5;
--sky-blue-300: #96F3D1;
--sky-blue-400: #5FECB9;
--sky-blue-500: #32E7A4;
--sky-blue-600: #18C988;
--sky-blue-700: #13A06C;
--sky-blue-800: #0D724D;
--sky-blue-900: #094931;
--sky-blue-950: #052E1F;
}