Sky Blue
#70A4DB
BlueColor Codes
All color formats for development
HEX
#70A4DBRGB
rgb(112, 164, 219)HSL
hsl(211, 60%, 65%)OKLCH
oklch(0.704 0.098 250.7)CMYK
cmyk(49%, 25%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5693D5
2#3B82CE
3#2E72BA
4#28619F
5#215185
6#1B416A
7#143150
8#0D2035
9#07101B
Tints
Lighter variations
1#7EADDF
2#8DB6E2
3#9BBFE6
4#A9C8EA
5#B8D1ED
6#C6DBF1
7#D4E4F4
8#E2EDF8
9#F1F6FB
Tones
Muted variations
1#76A4D6
2#7BA4D1
3#80A5CB
4#86A5C6
5#8BA5C1
6#90A5BB
7#96A5B6
8#9BA5B0
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C3 #A1C3E8 | BordersInactive statesPlaceholder text |
| 400 | 70A4 #70A4DB | Disabled statesSecondary iconsMuted text |
| 500 | 478A #478AD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D6E #2D6EB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2457 #24578F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3E #1A3E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1028 #102841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A19 #0A1929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EDF8;
--sky-blue-200: #CADDF2;
--sky-blue-300: #A1C3E8;
--sky-blue-400: #70A4DB;
--sky-blue-500: #478AD1;
--sky-blue-600: #2D6EB4;
--sky-blue-700: #24578F;
--sky-blue-800: #1A3E66;
--sky-blue-900: #102841;
--sky-blue-950: #0A1929;
}