Sky Blue
#5EEDE1
CyanColor Codes
All color formats for development
HEX
#5EEDE1RGB
rgb(94, 237, 225)HSL
hsl(175, 80%, 65%)OKLCH
oklch(0.866 0.124 187.4)CMYK
cmyk(60%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41EADC
2#23E7D6
3#17D1C1
4#14B3A6
5#11958A
6#0D776F
7#0A5A53
8#073C37
9#031E1C
Tints
Lighter variations
1#6EEFE4
2#7EF1E7
3#8FF3EA
4#9FF4ED
5#AFF6F0
6#BFF8F3
7#CFFAF6
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#65E6DB
2#6DDFD5
3#74D8CF
4#7BD1C9
5#82C9C4
6#89C2BE
7#90BBB8
8#97B4B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C3F8F4;
--sky-blue-300: #95F3EB;
--sky-blue-400: #5EEDE1;
--sky-blue-500: #30E8D9;
--sky-blue-600: #16CABB;
--sky-blue-700: #12A195;
--sky-blue-800: #0D736A;
--sky-blue-900: #084944;
--sky-blue-950: #052E2A;
}