Sky Blue
#5FECD9
CyanColor Codes
All color formats for development
HEX
#5FECD9RGB
rgb(95, 236, 217)HSL
hsl(172, 79%, 65%)OKLCH
oklch(0.861 0.125 183)CMYK
cmyk(60%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9D2
2#24E5CC
3#18D0B7
4#15B29D
5#119483
6#0E7769
7#0A594F
8#073B34
9#031E1A
Tints
Lighter variations
1#6FEEDD
2#7FF0E1
3#8FF2E5
4#9FF4E8
5#AFF6EC
6#BFF8F0
7#CFF9F4
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#66E5D4
2#6DDECF
3#74D7CA
4#7BD0C5
5#82C9C0
6#8AC2BA
7#91BBB5
8#98B4B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F8F1;
--sky-blue-300: #96F3E6;
--sky-blue-400: #5FECD9;
--sky-blue-500: #32E7CF;
--sky-blue-600: #18C9B1;
--sky-blue-700: #13A08D;
--sky-blue-800: #0D7265;
--sky-blue-900: #094940;
--sky-blue-950: #052E28;
}