Sky Blue
#96F3D7
GreenColor Codes
All color formats for development
HEX
#96F3D7RGB
rgb(150, 243, 215)HSL
hsl(162, 79%, 77%)OKLCH
oklch(0.898 0.098 172.8)CMYK
cmyk(38%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFC9
2#50EABC
3#2DE6AF
4#19D39B
5#15B081
6#108D67
7#0C694E
8#084634
9#04231A
Tints
Lighter variations
1#A1F4DB
2#ABF5DF
3#B6F6E3
4#C0F8E7
5#CBF9EB
6#D5FAEF
7#E0FBF3
8#EAFDF7
9#F5FEFB
Tones
Muted variations
1#9BEED5
2#9FE9D3
3#A4E5D1
4#A9E0CF
5#ADDCCE
6#B2D7CC
7#B6D2CA
8#BBCEC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C994 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A075 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E8;
--sky-blue-300: #96F3D7;
--sky-blue-400: #5FECC2;
--sky-blue-500: #32E7B1;
--sky-blue-600: #18C994;
--sky-blue-700: #13A075;
--sky-blue-800: #0D7254;
--sky-blue-900: #094936;
--sky-blue-950: #052E22;
}