Sky Blue
#5EEDE8
CyanColor Codes
All color formats for development
HEX
#5EEDE8RGB
rgb(94, 237, 232)HSL
hsl(178, 80%, 65%)OKLCH
oklch(0.868 0.122 191.9)CMYK
cmyk(60%, 0%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAE4
2#23E7E0
3#17D1CB
4#14B3AE
5#119591
6#0D7774
7#0A5A57
8#073C3A
9#031E1D
Tints
Lighter variations
1#6EEFEB
2#7EF1ED
3#8FF3EF
4#9FF4F1
5#AFF6F4
6#BFF8F6
7#CFFAF8
8#DFFBFA
9#EFFDFD
Tones
Muted variations
1#65E6E2
2#6DDFDB
3#74D8D4
4#7BD1CE
5#82C9C7
6#89C2C0
7#90BBBA
8#97B4B3
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 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084947 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | 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: #C3F8F7;
--sky-blue-300: #95F3F0;
--sky-blue-400: #5EEDE8;
--sky-blue-500: #30E8E2;
--sky-blue-600: #16CAC4;
--sky-blue-700: #12A19C;
--sky-blue-800: #0D736F;
--sky-blue-900: #084947;
--sky-blue-950: #052E2D;
}