Sky Blue
#5DCDEF
CyanColor Codes
All color formats for development
HEX
#5DCDEFRGB
rgb(93, 205, 239)HSL
hsl(194, 82%, 65%)OKLCH
oklch(0.796 0.112 220.9)CMYK
cmyk(61%, 14%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EC3EC
2#20BAE9
3#15A7D3
4#128FB5
5#0F7797
6#0C5F79
7#09475A
8#06303C
9#03181E
Tints
Lighter variations
1#6DD2F1
2#7DD7F2
3#8DDCF4
4#9EE1F5
5#AEE6F7
6#BEEBF9
7#CEF0FA
8#DFF5FC
9#EFFAFD
Tones
Muted variations
1#64C9E8
2#6BC5E0
3#73C1D9
4#7ABDD2
5#81B9CA
6#88B5C3
7#90B1BC
8#97AEB4
9#9EAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCD #5DCDEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBE #2EBEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A1 #14A1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1080 #1080A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF5FC;
--sky-blue-200: #C3ECF9;
--sky-blue-300: #94DEF4;
--sky-blue-400: #5DCDEF;
--sky-blue-500: #2EBEEA;
--sky-blue-600: #14A1CC;
--sky-blue-700: #1080A2;
--sky-blue-800: #0B5C74;
--sky-blue-900: #073B4A;
--sky-blue-950: #05252E;
}