Sky Blue
#5DE0EF
CyanColor Codes
All color formats for development
HEX
#5DE0EFRGB
rgb(93, 224, 239)HSL
hsl(186, 82%, 65%)OKLCH
oklch(0.84 0.115 205.7)CMYK
cmyk(61%, 6%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EDBEC
2#20D5E9
3#15C0D3
4#12A5B5
5#0F8997
6#0C6E79
7#09525A
8#06373C
9#031B1E
Tints
Lighter variations
1#6DE3F1
2#7DE6F2
3#8DEAF4
4#9EEDF5
5#AEF0F7
6#BEF3F9
7#CEF6FA
8#DFF9FC
9#EFFCFD
Tones
Muted variations
1#64DAE8
2#6BD5E0
3#73CFD9
4#7AC9D2
5#81C3CA
6#88BDC3
7#90B7BC
8#97B1B4
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED8 #2ED8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BA #14BACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1094 #1094A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F4F9;
--sky-blue-300: #94EBF4;
--sky-blue-400: #5DE0EF;
--sky-blue-500: #2ED8EA;
--sky-blue-600: #14BACC;
--sky-blue-700: #1094A2;
--sky-blue-800: #0B6A74;
--sky-blue-900: #07444A;
--sky-blue-950: #052A2E;
}