Sky Blue
#5DE5EF
CyanColor Codes
All color formats for development
HEX
#5DE5EFRGB
rgb(93, 229, 239)HSL
hsl(184, 82%, 65%)OKLCH
oklch(0.852 0.118 202)CMYK
cmyk(61%, 4%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EE0EC
2#20DCE9
3#15C6D3
4#12AAB5
5#0F8E97
6#0C7179
7#09555A
8#06393C
9#031C1E
Tints
Lighter variations
1#6DE8F1
2#7DEAF2
3#8DEDF4
4#9EF0F5
5#AEF2F7
6#BEF5F9
7#CEF7FA
8#DFFAFC
9#EFFCFD
Tones
Muted variations
1#64DFE8
2#6BD8E0
3#73D2D9
4#7ACCD2
5#81C5CA
6#88BFC3
7#90B9BC
8#97B2B4
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EE #94EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE5 #5DE5EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDE #2EDEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C0 #14C0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1099 #1099A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6D #0B6D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFAFC;
--sky-blue-200: #C3F5F9;
--sky-blue-300: #94EEF4;
--sky-blue-400: #5DE5EF;
--sky-blue-500: #2EDEEA;
--sky-blue-600: #14C0CC;
--sky-blue-700: #1099A2;
--sky-blue-800: #0B6D74;
--sky-blue-900: #07464A;
--sky-blue-950: #052C2E;
}