Sky Blue
#5DEECC
CyanColor Codes
All color formats for development
HEX
#5DEECCRGB
rgb(93, 238, 204)HSL
hsl(166, 81%, 65%)OKLCH
oklch(0.862 0.134 174.7)CMYK
cmyk(61%, 0%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBC3
2#21E8B9
3#16D2A6
4#13B48E
5#109677
6#0D785F
7#095A47
8#063C2F
9#031E18
Tints
Lighter variations
1#6EF0D1
2#7EF1D6
3#8EF3DC
4#9EF5E1
5#AEF7E6
6#BEF8EB
7#CFFAF0
8#DFFCF5
9#EFFDFA
Tones
Muted variations
1#65E7C8
2#6CE0C5
3#73D8C1
4#7AD1BD
5#82CAB9
6#89C3B5
7#90BBB1
8#97B4AD
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DE | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735B | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF5;
--sky-blue-200: #C3F9EC;
--sky-blue-300: #95F4DE;
--sky-blue-400: #5DEECC;
--sky-blue-500: #2FE9BE;
--sky-blue-600: #15CBA1;
--sky-blue-700: #11A280;
--sky-blue-800: #0C735B;
--sky-blue-900: #084A3A;
--sky-blue-950: #052E25;
}