Sky Blue
#5DEFC3
GreenColor Codes
All color formats for development
HEX
#5DEFC3RGB
rgb(93, 239, 195)HSL
hsl(162, 82%, 65%)OKLCH
oklch(0.862 0.14 169.7)CMYK
cmyk(61%, 0%, 18%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECB8
2#20E9AD
3#15D39A
4#12B584
5#0F976E
6#0C7958
7#095A42
8#063C2C
9#031E16
Tints
Lighter variations
1#6DF1C9
2#7DF2CF
3#8DF4D5
4#9EF5DB
5#AEF7E1
6#BEF9E7
7#CEFAED
8#DFFCF3
9#EFFDF9
Tones
Muted variations
1#64E8C0
2#6BE0BD
3#73D9BA
4#7AD2B7
5#81CAB4
6#88C3B1
7#90BCAF
8#97B4AC
9#9EADA9
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 | 94F4 #94F4D8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A36 | 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: #94F4D8;
--sky-blue-400: #5DEFC3;
--sky-blue-500: #2EEAB2;
--sky-blue-600: #14CC95;
--sky-blue-700: #10A277;
--sky-blue-800: #0B7455;
--sky-blue-900: #074A36;
--sky-blue-950: #052E22;
}