Sky Blue
#5DEED8
CyanColor Codes
All color formats for development
HEX
#5DEED8RGB
rgb(93, 238, 216)HSL
hsl(171, 81%, 65%)OKLCH
oklch(0.865 0.128 181.4)CMYK
cmyk(61%, 0%, 9%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBD1
2#21E8CA
3#16D2B6
4#13B49C
5#109682
6#0D7868
7#095A4E
8#063C34
9#031E1A
Tints
Lighter variations
1#6EF0DC
2#7EF1E0
3#8EF3E4
4#9EF5E8
5#AEF7EC
6#BEF8F0
7#CFFAF3
8#DFFCF7
9#EFFDFB
Tones
Muted variations
1#65E7D3
2#6CE0CE
3#73D8C9
4#7AD1C4
5#82CABF
6#89C3BA
7#90BBB5
8#97B4B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED8 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DFFCF7;
--sky-blue-200: #C3F9F1;
--sky-blue-300: #95F4E6;
--sky-blue-400: #5DEED8;
--sky-blue-500: #2FE9CD;
--sky-blue-600: #15CBB0;
--sky-blue-700: #11A28C;
--sky-blue-800: #0C7364;
--sky-blue-900: #084A40;
--sky-blue-950: #052E28;
}