Sky Blue
#5DEEBE
GreenColor Codes
All color formats for development
HEX
#5DEEBERGB
rgb(93, 238, 190)HSL
hsl(160, 81%, 65%)OKLCH
oklch(0.858 0.143 167.8)CMYK
cmyk(61%, 0%, 20%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBB2
2#21E8A6
3#16D293
4#13B47E
5#109669
6#0D7854
7#095A3F
8#063C2A
9#031E15
Tints
Lighter variations
1#6EF0C4
2#7EF1CB
3#8EF3D1
4#9EF5D8
5#AEF7DE
6#BEF8E5
7#CFFAEB
8#DFFCF2
9#EFFDF8
Tones
Muted variations
1#65E7BB
2#6CE0B9
3#73D8B7
4#7AD1B4
5#82CAB2
6#89C3AF
7#90BBAD
8#97B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEBE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A34 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DFFCF2;
--sky-blue-200: #C3F9E7;
--sky-blue-300: #95F4D4;
--sky-blue-400: #5DEEBE;
--sky-blue-500: #2FE9AB;
--sky-blue-600: #15CB8E;
--sky-blue-700: #11A271;
--sky-blue-800: #0C7351;
--sky-blue-900: #084A34;
--sky-blue-950: #052E20;
}