Sky Blue
#5DC3EE
BlueColor Codes
All color formats for development
HEX
#5DC3EERGB
rgb(93, 195, 238)HSL
hsl(198, 81%, 65%)OKLCH
oklch(0.773 0.113 228.5)CMYK
cmyk(61%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FB7EB
2#21ACE8
3#169AD2
4#1384B4
5#106E96
6#0D5878
7#09425A
8#062C3C
9#03161E
Tints
Lighter variations
1#6EC9F0
2#7ECFF1
3#8ED5F3
4#9EDBF5
5#AEE1F7
6#BEE7F8
7#CFEDFA
8#DFF3FC
9#EFF9FD
Tones
Muted variations
1#65C0E7
2#6CBDE0
3#73BAD8
4#7AB7D1
5#82B4CA
6#89B1C3
7#90AEBB
8#97ACB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC3 #5DC3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB1 #2FB1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1595 #1595CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1176 #1176A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C54 #0C5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #08364A | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E9F9;
--sky-blue-300: #95D7F4;
--sky-blue-400: #5DC3EE;
--sky-blue-500: #2FB1E9;
--sky-blue-600: #1595CB;
--sky-blue-700: #1176A2;
--sky-blue-800: #0C5473;
--sky-blue-900: #08364A;
--sky-blue-950: #05222E;
}