Sky Blue
#5DEEEE
CyanColor Codes
All color formats for development
HEX
#5DEEEERGB
rgb(93, 238, 238)HSL
hsl(180, 81%, 65%)OKLCH
oklch(0.872 0.123 195.1)CMYK
cmyk(61%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FEBEB
2#21E8E8
3#16D2D2
4#13B4B4
5#109696
6#0D7878
7#095A5A
8#063C3C
9#031E1E
Tints
Lighter variations
1#6EF0F0
2#7EF1F1
3#8EF3F3
4#9EF5F5
5#AEF7F7
6#BEF8F8
7#CFFAFA
8#DFFCFC
9#EFFDFD
Tones
Muted variations
1#65E7E7
2#6CE0E0
3#73D8D8
4#7AD1D1
5#82CACA
6#89C3C3
7#90BBBB
8#97B4B4
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DFFCFC;
--sky-blue-200: #C3F9F9;
--sky-blue-300: #95F4F4;
--sky-blue-400: #5DEEEE;
--sky-blue-500: #2FE9E9;
--sky-blue-600: #15CBCB;
--sky-blue-700: #11A2A2;
--sky-blue-800: #0C7373;
--sky-blue-900: #084A4A;
--sky-blue-950: #052E2E;
}