Sky Blue
#71A0DA
BlueColor Codes
All color formats for development
HEX
#71A0DARGB
rgb(113, 160, 218)HSL
hsl(213, 59%, 65%)OKLCH
oklch(0.695 0.1 254.2)CMYK
cmyk(48%, 27%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#578FD4
2#3C7DCD
3#306DB8
4#295E9E
5#224E84
6#1B3E69
7#142F4F
8#0E1F35
9#07101A
Tints
Lighter variations
1#7FAADE
2#8DB3E2
3#9CBDE5
4#AAC6E9
5#B8D0ED
6#C6D9F0
7#D4E3F4
8#E3ECF8
9#F1F6FB
Tones
Muted variations
1#76A1D5
2#7CA2D0
3#81A2CB
4#86A3C5
5#8BA3C0
6#91A4BB
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 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C1 #A2C1E7 | BordersInactive statesPlaceholder text |
| 400 | 71A0 #71A0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4985 #4985D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6A #2E6AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2554 #25548E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112641 | 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: #E3ECF8;
--sky-blue-200: #CADCF1;
--sky-blue-300: #A2C1E7;
--sky-blue-400: #71A0DA;
--sky-blue-500: #4985D0;
--sky-blue-600: #2E6AB2;
--sky-blue-700: #25548E;
--sky-blue-800: #1A3C65;
--sky-blue-900: #112641;
--sky-blue-950: #0A1829;
}