Sky Blue
#5DE3EF
CyanColor Codes
All color formats for development
HEX
#5DE3EFRGB
rgb(93, 227, 239)HSL
hsl(185, 82%, 65%)OKLCH
oklch(0.847 0.117 203.4)CMYK
cmyk(61%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EDDEC
2#20D8E9
3#15C3D3
4#12A7B5
5#0F8C97
6#0C7079
7#09545A
8#06383C
9#031C1E
Tints
Lighter variations
1#6DE6F1
2#7DE8F2
3#8DEBF4
4#9EEEF5
5#AEF1F7
6#BEF4F9
7#CEF7FA
8#DFF9FC
9#EFFCFD
Tones
Muted variations
1#64DDE8
2#6BD7E0
3#73D0D9
4#7ACAD2
5#81C4CA
6#88BEC3
7#90B8BC
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 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EC #94ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE3 #5DE3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDB #2EDBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BD #14BDCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1096 #1096A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6B #0B6B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F5F9;
--sky-blue-300: #94ECF4;
--sky-blue-400: #5DE3EF;
--sky-blue-500: #2EDBEA;
--sky-blue-600: #14BDCC;
--sky-blue-700: #1096A2;
--sky-blue-800: #0B6B74;
--sky-blue-900: #07454A;
--sky-blue-950: #052B2E;
}