Sky Blue
#5DEED1
CyanColor Codes
All color formats for development
HEX
#5DEED1RGB
rgb(93, 238, 209)HSL
hsl(168, 81%, 65%)OKLCH
oklch(0.863 0.131 177.4)CMYK
cmyk(61%, 0%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBC9
2#21E8C0
3#16D2AC
4#13B494
5#10967B
6#0D7863
7#095A4A
8#063C31
9#031E19
Tints
Lighter variations
1#6EF0D6
2#7EF1DA
3#8EF3DF
4#9EF5E3
5#AEF7E8
6#BEF8ED
7#CFFAF1
8#DFFCF6
9#EFFDFA
Tones
Muted variations
1#65E7CD
2#6CE0C8
3#73D8C4
4#7AD1C0
5#82CABB
6#89C3B7
7#90BBB3
8#97B4AE
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 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED1 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735F | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | 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: #C3F9EE;
--sky-blue-300: #95F4E1;
--sky-blue-400: #5DEED1;
--sky-blue-500: #2FE9C4;
--sky-blue-600: #15CBA7;
--sky-blue-700: #11A285;
--sky-blue-800: #0C735F;
--sky-blue-900: #084A3D;
--sky-blue-950: #052E26;
}