Sky Blue
#5EEDC0
GreenColor Codes
All color formats for development
HEX
#5EEDC0RGB
rgb(94, 237, 192)HSL
hsl(161, 80%, 65%)OKLCH
oklch(0.856 0.14 169)CMYK
cmyk(60%, 0%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAB4
2#23E7A9
3#17D196
4#14B381
5#11956B
6#0D7756
7#0A5A40
8#073C2B
9#031E15
Tints
Lighter variations
1#6EEFC6
2#7EF1CD
3#8FF3D3
4#9FF4D9
5#AFF6DF
6#BFF8E6
7#CFFAEC
8#DFFBF2
9#EFFDF9
Tones
Muted variations
1#65E6BD
2#6DDFBB
3#74D8B8
4#7BD1B5
5#82C9B3
6#89C2B0
7#90BBAE
8#97B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC0 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084935 | 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: #F1FDFA;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C3F8E8;
--sky-blue-300: #95F3D6;
--sky-blue-400: #5EEDC0;
--sky-blue-500: #30E8AE;
--sky-blue-600: #16CA91;
--sky-blue-700: #12A173;
--sky-blue-800: #0D7352;
--sky-blue-900: #084935;
--sky-blue-950: #052E21;
}