Sky Blue
#5DEFEF
CyanColor Codes
All color formats for development
HEX
#5DEFEFRGB
rgb(93, 239, 239)HSL
hsl(180, 82%, 65%)OKLCH
oklch(0.875 0.123 195.1)CMYK
cmyk(61%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECEC
2#20E9E9
3#15D3D3
4#12B5B5
5#0F9797
6#0C7979
7#095A5A
8#063C3C
9#031E1E
Tints
Lighter variations
1#6DF1F1
2#7DF2F2
3#8DF4F4
4#9EF5F5
5#AEF7F7
6#BEF9F9
7#CEFAFA
8#DFFCFC
9#EFFDFD
Tones
Muted variations
1#64E8E8
2#6BE0E0
3#73D9D9
4#7AD2D2
5#81CACA
6#88C3C3
7#90BCBC
8#97B4B4
9#9EADAD
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 | 94F4 #94F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4A | 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: #94F4F4;
--sky-blue-400: #5DEFEF;
--sky-blue-500: #2EEAEA;
--sky-blue-600: #14CCCC;
--sky-blue-700: #10A2A2;
--sky-blue-800: #0B7474;
--sky-blue-900: #074A4A;
--sky-blue-950: #052E2E;
}