Sky Blue
#5FECDC
CyanColor Codes
All color formats for development
HEX
#5FECDCRGB
rgb(95, 236, 220)HSL
hsl(173, 79%, 65%)OKLCH
oklch(0.862 0.124 184.8)CMYK
cmyk(60%, 0%, 7%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9D5
2#24E5CF
3#18D0BA
4#15B2A0
5#119485
6#0E776A
7#0A5950
8#073B35
9#031E1B
Tints
Lighter variations
1#6FEEDF
2#7FF0E3
3#8FF2E6
4#9FF4EA
5#AFF6ED
6#BFF8F1
7#CFF9F4
8#DFFBF8
9#EFFDFB
Tones
Muted variations
1#66E5D6
2#6DDED1
3#74D7CC
4#7BD0C6
5#82C9C1
6#8AC2BB
7#91BBB6
8#98B4B1
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E8 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDC | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7266 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C4F8F2;
--sky-blue-300: #96F3E8;
--sky-blue-400: #5FECDC;
--sky-blue-500: #32E7D2;
--sky-blue-600: #18C9B4;
--sky-blue-700: #13A08F;
--sky-blue-800: #0D7266;
--sky-blue-900: #094942;
--sky-blue-950: #052E29;
}