Sky Blue
#5EEDE6
CyanColor Codes
All color formats for development
HEX
#5EEDE6RGB
rgb(94, 237, 230)HSL
hsl(177, 80%, 65%)OKLCH
oklch(0.867 0.122 190.6)CMYK
cmyk(60%, 0%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EAE1
2#23E7DD
3#17D1C8
4#14B3AB
5#11958F
6#0D7772
7#0A5A56
8#073C39
9#031E1D
Tints
Lighter variations
1#6EEFE9
2#7EF1EB
3#8FF3EE
4#9FF4F0
5#AFF6F3
6#BFF8F5
7#CFFAF8
8#DFFBFA
9#EFFDFD
Tones
Muted variations
1#65E6E0
2#6DDFD9
3#74D8D3
4#7BD1CC
5#82C9C6
6#89C2BF
7#90BBB9
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 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | 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: #C3F8F6;
--sky-blue-300: #95F3EF;
--sky-blue-400: #5EEDE6;
--sky-blue-500: #30E8DF;
--sky-blue-600: #16CAC1;
--sky-blue-700: #12A19A;
--sky-blue-800: #0D736E;
--sky-blue-900: #084946;
--sky-blue-950: #052E2C;
}