Sky Blue
#71A2DA
BlueColor Codes
All color formats for development
HEX
#71A2DARGB
rgb(113, 162, 218)HSL
hsl(212, 59%, 65%)OKLCH
oklch(0.7 0.098 252.5)CMYK
cmyk(48%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5791D4
2#3C80CD
3#306FB8
4#29609E
5#225084
6#1B4069
7#14304F
8#0E2035
9#07101A
Tints
Lighter variations
1#7FACDE
2#8DB5E2
3#9CBEE5
4#AAC7E9
5#B8D1ED
6#C6DAF0
7#D4E3F4
8#E3ECF8
9#F1F6FB
Tones
Muted variations
1#76A3D5
2#7CA3D0
3#81A3CB
4#86A4C5
5#8BA4C0
6#91A4BB
7#96A5B6
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 | CADD #CADDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E7 | BordersInactive statesPlaceholder text |
| 400 | 71A2 #71A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4988 #4988D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E6C #2E6CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3D #1A3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112741 | 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: #CADDF1;
--sky-blue-300: #A2C2E7;
--sky-blue-400: #71A2DA;
--sky-blue-500: #4988D0;
--sky-blue-600: #2E6CB2;
--sky-blue-700: #25568E;
--sky-blue-800: #1A3D65;
--sky-blue-900: #112741;
--sky-blue-950: #0A1829;
}