Sky Blue
#96F3CC
GreenColor Codes
All color formats for development
HEX
#96F3CCRGB
rgb(150, 243, 204)HSL
hsl(155, 79%, 77%)OKLCH
oklch(0.895 0.105 165.6)CMYK
cmyk(38%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFBB
2#50EAAA
3#2DE699
4#19D385
5#15B06F
6#108D59
7#0C6943
8#08462C
9#042316
Tints
Lighter variations
1#A1F4D1
2#ABF5D6
3#B6F6DB
4#C0F8E0
5#CBF9E6
6#D5FAEB
7#E0FBF0
8#EAFDF5
9#F5FEFA
Tones
Muted variations
1#9BEECB
2#9FE9CB
3#A4E5CA
4#A9E0C9
5#ADDCC8
6#B2D7C7
7#B6D2C7
8#BBCEC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF8;
--sky-blue-100: #DFFBF0;
--sky-blue-200: #C4F8E2;
--sky-blue-300: #96F3CC;
--sky-blue-400: #5FECB2;
--sky-blue-500: #32E79B;
--sky-blue-600: #18C97F;
--sky-blue-700: #13A065;
--sky-blue-800: #0D7248;
--sky-blue-900: #09492E;
--sky-blue-950: #052E1D;
}