Sky Blue
#5DEECA
CyanColor Codes
All color formats for development
HEX
#5DEECARGB
rgb(93, 238, 202)HSL
hsl(165, 81%, 65%)OKLCH
oklch(0.861 0.135 173.6)CMYK
cmyk(61%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBC0
2#21E8B6
3#16D2A3
4#13B48C
5#109674
6#0D785D
7#095A46
8#063C2F
9#031E17
Tints
Lighter variations
1#6EF0CF
2#7EF1D5
3#8EF3DA
4#9EF5DF
5#AEF7E4
6#BEF8EA
7#CFFAEF
8#DFFCF4
9#EFFDFA
Tones
Muted variations
1#65E7C6
2#6CE0C3
3#73D8BF
4#7AD1BB
5#82CAB8
6#89C3B4
7#90BBB1
8#97B4AD
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECA | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735A | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A39 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF4;
--sky-blue-200: #C3F9EB;
--sky-blue-300: #95F4DC;
--sky-blue-400: #5DEECA;
--sky-blue-500: #2FE9BB;
--sky-blue-600: #15CB9E;
--sky-blue-700: #11A27D;
--sky-blue-800: #0C735A;
--sky-blue-900: #084A39;
--sky-blue-950: #052E24;
}