Sky Blue
#5DEEC7
GreenColor Codes
All color formats for development
HEX
#5DEEC7RGB
rgb(93, 238, 199)HSL
hsl(164, 81%, 65%)OKLCH
oklch(0.86 0.137 172.1)CMYK
cmyk(61%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBBD
2#21E8B3
3#16D2A0
4#13B489
5#109672
6#0D785B
7#095A45
8#063C2E
9#031E17
Tints
Lighter variations
1#6EF0CD
2#7EF1D3
3#8EF3D8
4#9EF5DE
5#AEF7E3
6#BEF8E9
7#CFFAEE
8#DFFCF4
9#EFFDF9
Tones
Muted variations
1#65E7C4
2#6CE0C1
3#73D8BD
4#7AD1BA
5#82CAB7
6#89C3B3
7#90BBB0
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 #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;
}