Sky Blue
#5DEEE0
CyanColor Codes
All color formats for development
HEX
#5DEEE0RGB
rgb(93, 238, 224)HSL
hsl(174, 81%, 65%)OKLCH
oklch(0.868 0.125 186.2)CMYK
cmyk(61%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBDA
2#21E8D4
3#16D2BF
4#13B4A4
5#109689
6#0D786D
7#095A52
8#063C37
9#031E1B
Tints
Lighter variations
1#6EF0E3
2#7EF1E6
3#8EF3E9
4#9EF5EC
5#AEF7EF
6#BEF8F2
7#CFFAF6
8#DFFCF9
9#EFFDFC
Tones
Muted variations
1#65E7DA
2#6CE0D4
3#73D8CE
4#7AD1C8
5#82CAC3
6#89C3BD
7#90BBB7
8#97B4B1
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EA | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A43 | 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: #F1FEFC;
--sky-blue-100: #DFFCF9;
--sky-blue-200: #C3F9F3;
--sky-blue-300: #95F4EA;
--sky-blue-400: #5DEEE0;
--sky-blue-500: #2FE9D7;
--sky-blue-600: #15CBB9;
--sky-blue-700: #11A293;
--sky-blue-800: #0C7369;
--sky-blue-900: #084A43;
--sky-blue-950: #052E2A;
}