Sky Blue
#5EEDBE
GreenColor Codes
All color formats for development
HEX
#5EEDBERGB
rgb(94, 237, 190)HSL
hsl(160, 80%, 65%)OKLCH
oklch(0.856 0.141 168)CMYK
cmyk(60%, 0%, 20%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAB1
2#23E7A5
3#17D193
4#14B37E
5#119569
6#0D7754
7#0A5A3F
8#073C2A
9#031E15
Tints
Lighter variations
1#6EEFC4
2#7EF1CB
3#8FF3D1
4#9FF4D8
5#AFF6DE
6#BFF8E5
7#CFFAEB
8#DFFBF2
9#EFFDF8
Tones
Muted variations
1#65E6BB
2#6DDFB9
3#74D8B6
4#7BD1B4
5#82C9B2
6#89C2AF
7#90BBAD
8#97B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDBE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C3F8E7;
--sky-blue-300: #95F3D4;
--sky-blue-400: #5EEDBE;
--sky-blue-500: #30E8AB;
--sky-blue-600: #16CA8E;
--sky-blue-700: #12A171;
--sky-blue-800: #0D7351;
--sky-blue-900: #084934;
--sky-blue-950: #052E20;
}