Sky Blue
#5EEDC7
GreenColor Codes
All color formats for development
HEX
#5EEDC7RGB
rgb(94, 237, 199)HSL
hsl(164, 80%, 65%)OKLCH
oklch(0.858 0.135 172.4)CMYK
cmyk(60%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EABD
2#23E7B2
3#17D19F
4#14B389
5#119572
6#0D775B
7#0A5A44
8#073C2E
9#031E17
Tints
Lighter variations
1#6EEFCD
2#7EF1D2
3#8FF3D8
4#9FF4DD
5#AFF6E3
6#BFF8E9
7#CFFAEE
8#DFFBF4
9#EFFDF9
Tones
Muted variations
1#65E6C4
2#6DDFC0
3#74D8BD
4#7BD1BA
5#82C9B6
6#89C2B3
7#90BBB0
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 #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C3F8EA;
--sky-blue-300: #95F3DA;
--sky-blue-400: #5EEDC7;
--sky-blue-500: #30E8B7;
--sky-blue-600: #16CA9A;
--sky-blue-700: #12A17B;
--sky-blue-800: #0D7358;
--sky-blue-900: #084938;
--sky-blue-950: #052E23;
}