Sky Blue
#5DEECF
CyanColor Codes
All color formats for development
HEX
#5DEECFRGB
rgb(93, 238, 207)HSL
hsl(167, 81%, 65%)OKLCH
oklch(0.863 0.132 176.3)CMYK
cmyk(61%, 0%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBC6
2#21E8BD
3#16D2A9
4#13B491
5#109679
6#0D7861
7#095A49
8#063C30
9#031E18
Tints
Lighter variations
1#6EF0D4
2#7EF1D8
3#8EF3DD
4#9EF5E2
5#AEF7E7
6#BEF8EC
7#CFFAF1
8#DFFCF5
9#EFFDFA
Tones
Muted variations
1#65E7CB
2#6CE0C7
3#73D8C2
4#7AD1BE
5#82CABA
6#89C3B6
7#90BBB2
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 #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEECF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3C | 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: #C3F9ED;
--sky-blue-300: #95F4DF;
--sky-blue-400: #5DEECF;
--sky-blue-500: #2FE9C1;
--sky-blue-600: #15CBA4;
--sky-blue-700: #11A282;
--sky-blue-800: #0C735D;
--sky-blue-900: #084A3C;
--sky-blue-950: #052E25;
}