Sky Blue
#5EEDC5
GreenColor Codes
All color formats for development
HEX
#5EEDC5RGB
rgb(94, 237, 197)HSL
hsl(163, 80%, 65%)OKLCH
oklch(0.858 0.136 171.4)CMYK
cmyk(60%, 0%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EABA
2#23E7AF
3#17D19C
4#14B386
5#119570
6#0D7759
7#0A5A43
8#073C2D
9#031E16
Tints
Lighter variations
1#6EEFCB
2#7EF1D0
3#8FF3D6
4#9FF4DC
5#AFF6E2
6#BFF8E8
7#CFFAEE
8#DFFBF3
9#EFFDF9
Tones
Muted variations
1#65E6C2
2#6DDFBF
3#74D8BB
4#7BD1B8
5#82C9B5
6#89C2B2
7#90BBAF
8#97B4AC
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A178 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084937 | 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: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C3F8E9;
--sky-blue-300: #95F3D9;
--sky-blue-400: #5EEDC5;
--sky-blue-500: #30E8B4;
--sky-blue-600: #16CA97;
--sky-blue-700: #12A178;
--sky-blue-800: #0D7356;
--sky-blue-900: #084937;
--sky-blue-950: #052E22;
}