Sky Blue
#96F3D4
GreenColor Codes
All color formats for development
HEX
#96F3D4RGB
rgb(150, 243, 212)HSL
hsl(160, 79%, 77%)OKLCH
oklch(0.897 0.1 170.7)CMYK
cmyk(38%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFC5
2#50EAB7
3#2DE6A8
4#19D395
5#15B07C
6#108D63
7#0C694A
8#084632
9#042319
Tints
Lighter variations
1#A1F4D8
2#ABF5DC
3#B6F6E1
4#C0F8E5
5#CBF9E9
6#D5FAEE
7#E0FBF2
8#EAFDF6
9#F5FEFB
Tones
Muted variations
1#9BEED2
2#9FE9D1
3#A4E5CF
4#A9E0CE
5#ADDCCC
6#B2D7CB
7#B6D2C9
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 #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECBD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C98E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7251 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C4F8E7;
--sky-blue-300: #96F3D4;
--sky-blue-400: #5FECBD;
--sky-blue-500: #32E7AA;
--sky-blue-600: #18C98E;
--sky-blue-700: #13A071;
--sky-blue-800: #0D7251;
--sky-blue-900: #094934;
--sky-blue-950: #052E20;
}