Sky Blue
#70A0DB
BlueColor Codes
All color formats for development
HEX
#70A0DBRGB
rgb(112, 160, 219)HSL
hsl(213, 60%, 65%)OKLCH
oklch(0.695 0.102 254.1)CMYK
cmyk(49%, 27%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#568FD5
2#3B7DCE
3#2E6DBA
4#285D9F
5#214E85
6#1B3E6A
7#142F50
8#0D1F35
9#07101B
Tints
Lighter variations
1#7EAADF
2#8DB3E2
3#9BBDE6
4#A9C6EA
5#B8D0ED
6#C6D9F1
7#D4E3F4
8#E2ECF8
9#F1F6FB
Tones
Muted variations
1#76A1D6
2#7BA1D1
3#80A2CB
4#86A3C6
5#8BA3C1
6#90A4BB
7#96A4B6
8#9BA5B0
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 70A0 #70A0DB | Disabled statesSecondary iconsMuted text |
| 500 | 4785 #4785D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D69 #2D69B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2454 #24548F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2ECF8;
--sky-blue-200: #CADCF2;
--sky-blue-300: #A1C1E8;
--sky-blue-400: #70A0DB;
--sky-blue-500: #4785D1;
--sky-blue-600: #2D69B4;
--sky-blue-700: #24548F;
--sky-blue-800: #1A3C66;
--sky-blue-900: #102641;
--sky-blue-950: #0A1829;
}