Sky Blue
#5DEFC1
GreenColor Codes
All color formats for development
HEX
#5DEFC1RGB
rgb(93, 239, 193)HSL
hsl(161, 82%, 65%)OKLCH
oklch(0.861 0.142 168.8)CMYK
cmyk(61%, 0%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECB5
2#20E9A9
3#15D397
4#12B581
5#0F976C
6#0C7956
7#095A41
8#063C2B
9#031E16
Tints
Lighter variations
1#6DF1C7
2#7DF2CD
3#8DF4D3
4#9EF5DA
5#AEF7E0
6#BEF9E6
7#CEFAEC
8#DFFCF3
9#EFFDF9
Tones
Muted variations
1#64E8BE
2#6BE0BB
3#73D9B9
4#7AD2B6
5#81CAB3
6#88C3B0
7#90BCAE
8#97B4AB
9#9EADA8
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 #C3F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7453 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A35 | 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: #DFFCF3;
--sky-blue-200: #C3F9E8;
--sky-blue-300: #94F4D6;
--sky-blue-400: #5DEFC1;
--sky-blue-500: #2EEAAF;
--sky-blue-600: #14CC92;
--sky-blue-700: #10A274;
--sky-blue-800: #0B7453;
--sky-blue-900: #074A35;
--sky-blue-950: #052E21;
}