Sky Blue
#96F3CF
GreenColor Codes
All color formats for development
HEX
#96F3CFRGB
rgb(150, 243, 207)HSL
hsl(157, 79%, 77%)OKLCH
oklch(0.896 0.103 167.4)CMYK
cmyk(38%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFBF
2#50EAAF
3#2DE69F
4#19D38C
5#15B074
6#108D5D
7#0C6946
8#08462F
9#042317
Tints
Lighter variations
1#A1F4D4
2#ABF5D9
3#B6F6DE
4#C0F8E2
5#CBF9E7
6#D5FAEC
7#E0FBF1
8#EAFDF5
9#F5FEFA
Tones
Muted variations
1#9BEECE
2#9FE9CD
3#A4E5CC
4#A9E0CB
5#ADDCCA
6#B2D7C9
7#B6D2C8
8#BBCEC7
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB6 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF0;
--sky-blue-200: #C4F8E4;
--sky-blue-300: #96F3CF;
--sky-blue-400: #5FECB6;
--sky-blue-500: #32E7A1;
--sky-blue-600: #18C985;
--sky-blue-700: #13A06A;
--sky-blue-800: #0D724C;
--sky-blue-900: #094930;
--sky-blue-950: #052E1E;
}