Sky Blue
#5DCFEF
CyanColor Codes
All color formats for development
HEX
#5DCFEFRGB
rgb(93, 207, 239)HSL
hsl(193, 82%, 65%)OKLCH
oklch(0.801 0.112 219.2)CMYK
cmyk(61%, 13%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EC6EC
2#20BDE9
3#15AAD3
4#1292B5
5#0F7997
6#0C6179
7#09495A
8#06313C
9#03181E
Tints
Lighter variations
1#6DD4F1
2#7DD9F2
3#8DDEF4
4#9EE2F5
5#AEE7F7
6#BEECF9
7#CEF1FA
8#DFF5FC
9#EFFAFD
Tones
Muted variations
1#64CBE8
2#6BC7E0
3#73C3D9
4#7ABFD2
5#81BACA
6#88B6C3
7#90B2BC
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 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC2 #2EC2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A4 #14A4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1083 #1083A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5D #0B5D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4A | 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: #C3EDF9;
--sky-blue-300: #94E0F4;
--sky-blue-400: #5DCFEF;
--sky-blue-500: #2EC2EA;
--sky-blue-600: #14A4CC;
--sky-blue-700: #1083A2;
--sky-blue-800: #0B5D74;
--sky-blue-900: #073C4A;
--sky-blue-950: #05252E;
}