Sky Blue
#5DEED6
CyanColor Codes
All color formats for development
HEX
#5DEED6RGB
rgb(93, 238, 214)HSL
hsl(170, 81%, 65%)OKLCH
oklch(0.865 0.129 180.2)CMYK
cmyk(61%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBCE
2#21E8C7
3#16D2B3
4#13B499
5#109680
6#0D7866
7#095A4D
8#063C33
9#031E1A
Tints
Lighter variations
1#6EF0DA
2#7EF1DE
3#8EF3E2
4#9EF5E6
5#AEF7EA
6#BEF8EF
7#CFFAF3
8#DFFCF7
9#EFFDFB
Tones
Muted variations
1#65E7D1
2#6CE0CC
3#73D8C7
4#7AD1C3
5#82CABE
6#89C3B9
7#90BBB4
8#97B4AF
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED6 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3F | 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: #DFFCF7;
--sky-blue-200: #C3F9F0;
--sky-blue-300: #95F4E4;
--sky-blue-400: #5DEED6;
--sky-blue-500: #2FE9CA;
--sky-blue-600: #15CBAD;
--sky-blue-700: #11A289;
--sky-blue-800: #0C7362;
--sky-blue-900: #084A3F;
--sky-blue-950: #052E27;
}