Sky Blue
#95F4DB
GreenColor Codes
All color formats for development
HEX
#95F4DBRGB
rgb(149, 244, 219)HSL
hsl(164, 81%, 77%)OKLCH
oklch(0.901 0.098 175.3)CMYK
cmyk(39%, 0%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0CE
2#4EECC2
3#2AE9B6
4#16D5A2
5#13B287
6#0F8E6C
7#0B6B51
8#074736
9#04241B
Tints
Lighter variations
1#9FF5DE
2#AAF6E2
3#B5F7E5
4#BFF8E9
5#CAF9ED
6#D5FBF0
7#DFFCF4
8#EAFDF8
9#F4FEFB
Tones
Muted variations
1#9AEFD8
2#9EEAD6
3#A3E6D4
4#A8E1D2
5#ADDCCF
6#B1D7CD
7#B6D3CB
8#BBCEC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A38 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF4;
--sky-blue-200: #C3F9EA;
--sky-blue-300: #95F4DB;
--sky-blue-400: #5DEEC7;
--sky-blue-500: #2FE9B8;
--sky-blue-600: #15CB9B;
--sky-blue-700: #11A27B;
--sky-blue-800: #0C7358;
--sky-blue-900: #084A38;
--sky-blue-950: #052E23;
}