Sky Blue
#5EE4ED
CyanColor Codes
All color formats for development
HEX
#5EE4EDRGB
rgb(94, 228, 237)HSL
hsl(184, 80%, 65%)OKLCH
oklch(0.849 0.116 201.4)CMYK
cmyk(60%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41DFEA
2#23D9E7
3#17C4D1
4#14A8B3
5#118C95
6#0D7077
7#0A545A
8#07383C
9#031C1E
Tints
Lighter variations
1#6EE6EF
2#7EE9F1
3#8FECF3
4#9FEFF4
5#AFF1F6
6#BFF4F8
7#CFF7FA
8#DFFAFB
9#EFFCFD
Tones
Muted variations
1#65DDE6
2#6DD7DF
3#74D1D8
4#7BCBD1
5#82C5C9
6#89BFC2
7#90B8BB
8#97B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C3F5F8;
--sky-blue-300: #95EDF3;
--sky-blue-400: #5EE4ED;
--sky-blue-500: #30DCE8;
--sky-blue-600: #16BECA;
--sky-blue-700: #1297A1;
--sky-blue-800: #0D6C73;
--sky-blue-900: #084549;
--sky-blue-950: #052B2E;
}