Sky Blue
#5DEEC0
GreenColor Codes
All color formats for development
HEX
#5DEEC0RGB
rgb(93, 238, 192)HSL
hsl(161, 81%, 65%)OKLCH
oklch(0.859 0.141 168.7)CMYK
cmyk(61%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBB5
2#21E8A9
3#16D296
4#13B481
5#10966B
6#0D7856
7#095A40
8#063C2B
9#031E15
Tints
Lighter variations
1#6EF0C7
2#7EF1CD
3#8EF3D3
4#9EF5D9
5#AEF7E0
6#BEF8E6
7#CFFAEC
8#DFFCF2
9#EFFDF9
Tones
Muted variations
1#65E7BE
2#6CE0BB
3#73D8B8
4#7AD1B6
5#82CAB3
6#89C3B0
7#90BBAE
8#97B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7353 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A35 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF2;
--sky-blue-200: #C3F9E8;
--sky-blue-300: #95F4D6;
--sky-blue-400: #5DEEC0;
--sky-blue-500: #2FE9AE;
--sky-blue-600: #15CB92;
--sky-blue-700: #11A274;
--sky-blue-800: #0C7353;
--sky-blue-900: #084A35;
--sky-blue-950: #052E21;
}