Sky Blue
#5FECDE
CyanColor Codes
All color formats for development
HEX
#5FECDERGB
rgb(95, 236, 222)HSL
hsl(174, 79%, 65%)OKLCH
oklch(0.863 0.123 186.1)CMYK
cmyk(60%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42E9D8
2#24E5D2
3#18D0BD
4#15B2A2
5#119487
6#0E776C
7#0A5951
8#073B36
9#031E1B
Tints
Lighter variations
1#6FEEE1
2#7FF0E5
3#8FF2E8
4#9FF4EB
5#AFF6EF
6#BFF8F2
7#CFF9F5
8#DFFBF8
9#EFFDFC
Tones
Muted variations
1#66E5D9
2#6DDED3
3#74D7CD
4#7BD0C8
5#82C9C2
6#8AC2BC
7#91BBB7
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 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | 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: #DFFBF8;
--sky-blue-200: #C4F8F3;
--sky-blue-300: #96F3E9;
--sky-blue-400: #5FECDE;
--sky-blue-500: #32E7D5;
--sky-blue-600: #18C9B7;
--sky-blue-700: #13A092;
--sky-blue-800: #0D7268;
--sky-blue-900: #094943;
--sky-blue-950: #052E2A;
}