Sky Blue
#5DC0EE
BlueColor Codes
All color formats for development
HEX
#5DC0EERGB
rgb(93, 192, 238)HSL
hsl(199, 81%, 65%)OKLCH
oklch(0.766 0.113 230.9)CMYK
cmyk(61%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FB5EB
2#21A9E8
3#1696D2
4#1381B4
5#106B96
6#0D5678
7#09405A
8#062B3C
9#03151E
Tints
Lighter variations
1#6EC7F0
2#7ECDF1
3#8ED3F3
4#9ED9F5
5#AEE0F7
6#BEE6F8
7#CFECFA
8#DFF2FC
9#EFF9FD
Tones
Muted variations
1#65BEE7
2#6CBBE0
3#73B8D8
4#7AB6D1
5#82B3CA
6#89B0C3
7#90AEBB
8#97ABB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC0 #5DC0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FAE #2FAEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1592 #1592CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1174 #1174A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C53 #0C5373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #08354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DFF2FC;
--sky-blue-200: #C3E8F9;
--sky-blue-300: #95D6F4;
--sky-blue-400: #5DC0EE;
--sky-blue-500: #2FAEE9;
--sky-blue-600: #1592CB;
--sky-blue-700: #1174A2;
--sky-blue-800: #0C5373;
--sky-blue-900: #08354A;
--sky-blue-950: #05212E;
}