Sky Blue
#5DEEC5
GreenColor Codes
All color formats for development
HEX
#5DEEC5RGB
rgb(93, 238, 197)HSL
hsl(163, 81%, 65%)OKLCH
oklch(0.86 0.138 171.1)CMYK
cmyk(61%, 0%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBBA
2#21E8B0
3#16D29D
4#13B486
5#109670
6#0D785A
7#095A43
8#063C2D
9#031E16
Tints
Lighter variations
1#6EF0CB
2#7EF1D1
3#8EF3D6
4#9EF5DC
5#AEF7E2
6#BEF8E8
7#CFFAEE
8#DFFCF3
9#EFFDF9
Tones
Muted variations
1#65E7C2
2#6CE0BF
3#73D8BC
4#7AD1B9
5#82CAB5
6#89C3B2
7#90BBAF
8#97B4AC
9#9FADA9
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;
}