Sky Blue
#5FE5EC
CyanColor Codes
All color formats for development
HEX
#5FE5ECRGB
rgb(95, 229, 236)HSL
hsl(183, 79%, 65%)OKLCH
oklch(0.851 0.116 200)CMYK
cmyk(60%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E0E9
2#24DCE5
3#18C7D0
4#15AAB2
5#118E94
6#0E7177
7#0A5559
8#07393B
9#031C1E
Tints
Lighter variations
1#6FE8EE
2#7FEAF0
3#8FEDF2
4#9FF0F4
5#AFF2F6
6#BFF5F8
7#CFF7F9
8#DFFAFB
9#EFFCFD
Tones
Muted variations
1#66DFE5
2#6DD9DE
3#74D2D7
4#7BCCD0
5#82C5C9
6#8ABFC2
7#91B9BB
8#98B2B4
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 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EE #96EEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE5 #5FE5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32DE #32DEE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C0 #18C0C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1399 #1399A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6D #0D6D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | 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: #C4F5F8;
--sky-blue-300: #96EEF3;
--sky-blue-400: #5FE5EC;
--sky-blue-500: #32DEE7;
--sky-blue-600: #18C0C9;
--sky-blue-700: #1399A0;
--sky-blue-800: #0D6D72;
--sky-blue-900: #094649;
--sky-blue-950: #052C2E;
}