Sky Blue
#95F4D9
GreenColor Codes
All color formats for development
HEX
#95F4D9RGB
rgb(149, 244, 217)HSL
hsl(163, 81%, 77%)OKLCH
oklch(0.9 0.099 173.9)CMYK
cmyk(39%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0CC
2#4EECBF
3#2AE9B3
4#16D59F
5#13B285
6#0F8E6A
7#0B6B50
8#074735
9#04241B
Tints
Lighter variations
1#9FF5DD
2#AAF6E1
3#B5F7E4
4#BFF8E8
5#CAF9EC
6#D5FBF0
7#DFFCF4
8#EAFDF7
9#F4FEFB
Tones
Muted variations
1#9AEFD7
2#9EEAD5
3#A3E6D3
4#A8E1D1
5#ADDCCF
6#B1D7CD
7#B6D3CB
8#BBCEC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC5 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A37 | 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: #F1FEFA;
--sky-blue-100: #DFFCF3;
--sky-blue-200: #C3F9E9;
--sky-blue-300: #95F4D9;
--sky-blue-400: #5DEEC5;
--sky-blue-500: #2FE9B5;
--sky-blue-600: #15CB98;
--sky-blue-700: #11A279;
--sky-blue-800: #0C7356;
--sky-blue-900: #084A37;
--sky-blue-950: #052E22;
}