Sky Blue
#5EEDE4
CyanColor Codes
All color formats for development
HEX
#5EEDE4RGB
rgb(94, 237, 228)HSL
hsl(176, 80%, 65%)OKLCH
oklch(0.867 0.123 189.3)CMYK
cmyk(60%, 0%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EADF
2#23E7D9
3#17D1C4
4#14B3A8
5#11958C
6#0D7770
7#0A5A54
8#073C38
9#031E1C
Tints
Lighter variations
1#6EEFE6
2#7EF1E9
3#8FF3EC
4#9FF4EF
5#AFF6F1
6#BFF8F4
7#CFFAF7
8#DFFBFA
9#EFFDFC
Tones
Muted variations
1#65E6DD
2#6DDFD7
3#74D8D1
4#7BD1CB
5#82C9C5
6#89C2BF
7#90BBB8
8#97B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C3F8F5;
--sky-blue-300: #95F3ED;
--sky-blue-400: #5EEDE4;
--sky-blue-500: #30E8DC;
--sky-blue-600: #16CABE;
--sky-blue-700: #12A197;
--sky-blue-800: #0D736C;
--sky-blue-900: #084945;
--sky-blue-950: #052E2B;
}