Sky Blue
#5EEDC9
CyanColor Codes
All color formats for development
HEX
#5EEDC9RGB
rgb(94, 237, 201)HSL
hsl(165, 80%, 65%)OKLCH
oklch(0.859 0.134 173.5)CMYK
cmyk(60%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAC0
2#23E7B6
3#17D1A2
4#14B38B
5#119574
6#0D775D
7#0A5A46
8#073C2E
9#031E17
Tints
Lighter variations
1#6EEFCF
2#7EF1D4
3#8FF3DA
4#9FF4DF
5#AFF6E4
6#BFF8EA
7#CFFAEF
8#DFFBF4
9#EFFDFA
Tones
Muted variations
1#65E6C6
2#6DDFC2
3#74D8BF
4#7BD1BB
5#82C9B8
6#89C2B4
7#90BBB0
8#97B4AD
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 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | 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: #C3F8EB;
--sky-blue-300: #95F3DC;
--sky-blue-400: #5EEDC9;
--sky-blue-500: #30E8BA;
--sky-blue-600: #16CA9D;
--sky-blue-700: #12A17D;
--sky-blue-800: #0D7359;
--sky-blue-900: #084939;
--sky-blue-950: #052E24;
}