Sky Blue
#5DEED4
CyanColor Codes
All color formats for development
HEX
#5DEED4RGB
rgb(93, 238, 212)HSL
hsl(169, 81%, 65%)OKLCH
oklch(0.864 0.13 179.1)CMYK
cmyk(61%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBCB
2#21E8C3
3#16D2B0
4#13B496
5#10967D
6#0D7864
7#095A4B
8#063C32
9#031E19
Tints
Lighter variations
1#6EF0D8
2#7EF1DC
3#8EF3E1
4#9EF5E5
5#AEF7E9
6#BEF8EE
7#CFFAF2
8#DFFCF6
9#EFFDFB
Tones
Muted variations
1#65E7CF
2#6CE0CA
3#73D8C6
4#7AD1C1
5#82CABD
6#89C3B8
7#90BBB3
8#97B4AF
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF6;
--sky-blue-200: #C3F9EF;
--sky-blue-300: #95F4E2;
--sky-blue-400: #5DEED4;
--sky-blue-500: #2FE9C7;
--sky-blue-600: #15CBAA;
--sky-blue-700: #11A287;
--sky-blue-800: #0C7360;
--sky-blue-900: #084A3E;
--sky-blue-950: #052E27;
}