Sky Blue
#5DEEE7
CyanColor Codes
All color formats for development
HEX
#5DEEE7RGB
rgb(93, 238, 231)HSL
hsl(177, 81%, 65%)OKLCH
oklch(0.87 0.124 190.6)CMYK
cmyk(61%, 0%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBE2
2#21E8DE
3#16D2C9
4#13B4AC
5#10968F
6#0D7873
7#095A56
8#063C39
9#031E1D
Tints
Lighter variations
1#6EF0E9
2#7EF1EC
3#8EF3EE
4#9EF5F0
5#AEF7F3
6#BEF8F5
7#CFFAF8
8#DFFCFA
9#EFFDFD
Tones
Muted variations
1#65E7E0
2#6CE0DA
3#73D8D3
4#7AD1CD
5#82CAC6
6#89C3C0
7#90BBB9
8#97B4B3
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4EF | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFA;
--sky-blue-200: #C3F9F6;
--sky-blue-300: #95F4EF;
--sky-blue-400: #5DEEE7;
--sky-blue-500: #2FE9E0;
--sky-blue-600: #15CBC2;
--sky-blue-700: #11A29A;
--sky-blue-800: #0C736E;
--sky-blue-900: #084A47;
--sky-blue-950: #052E2C;
}