Sky Blue
#5DCFEE
CyanColor Codes
All color formats for development
HEX
#5DCFEERGB
rgb(93, 207, 238)HSL
hsl(193, 81%, 65%)OKLCH
oklch(0.801 0.111 218.6)CMYK
cmyk(61%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FC6EB
2#21BDE8
3#16A9D2
4#1391B4
5#107996
6#0D6178
7#09495A
8#06303C
9#03181E
Tints
Lighter variations
1#6ED4F0
2#7ED8F1
3#8EDDF3
4#9EE2F5
5#AEE7F7
6#BEECF8
7#CFF1FA
8#DFF5FC
9#EFFAFD
Tones
Muted variations
1#65CBE7
2#6CC7E0
3#73C2D8
4#7ABED1
5#82BACA
6#89B6C3
7#90B2BB
8#97AEB4
9#9FAAAD
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 | 95DF #95DFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC1 #2FC1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A4 #15A4CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1182 #1182A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5D #0C5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C4A | 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: #95DFF4;
--sky-blue-400: #5DCFEE;
--sky-blue-500: #2FC1E9;
--sky-blue-600: #15A4CB;
--sky-blue-700: #1182A2;
--sky-blue-800: #0C5D73;
--sky-blue-900: #083C4A;
--sky-blue-950: #05252E;
}