Sky Blue
#5DEEE9
CyanColor Codes
All color formats for development
HEX
#5DEEE9RGB
rgb(93, 238, 233)HSL
hsl(178, 81%, 65%)OKLCH
oklch(0.87 0.123 191.9)CMYK
cmyk(61%, 0%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBE5
2#21E8E1
3#16D2CC
4#13B4AF
5#109692
6#0D7874
7#095A57
8#063C3A
9#031E1D
Tints
Lighter variations
1#6EF0EB
2#7EF1EE
3#8EF3F0
4#9EF5F2
5#AEF7F4
6#BEF8F6
7#CFFAF8
8#DFFCFB
9#EFFDFD
Tones
Muted variations
1#65E7E2
2#6CE0DC
3#73D8D5
4#7AD1CE
5#82CAC7
6#89C3C1
7#90BBBA
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 #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DFFCFB;
--sky-blue-200: #C3F9F7;
--sky-blue-300: #95F4F1;
--sky-blue-400: #5DEEE9;
--sky-blue-500: #2FE9E3;
--sky-blue-600: #15CBC5;
--sky-blue-700: #11A29D;
--sky-blue-800: #0C7370;
--sky-blue-900: #084A48;
--sky-blue-950: #052E2D;
}