Sky Blue
#71A8DA
BlueColor Codes
All color formats for development
HEX
#71A8DARGB
rgb(113, 168, 218)HSL
hsl(209, 59%, 65%)OKLCH
oklch(0.713 0.094 246.9)CMYK
cmyk(48%, 23%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5797D4
2#3C87CD
3#3076B8
4#29659E
5#225584
6#1B4469
7#14334F
8#0E2235
9#07111A
Tints
Lighter variations
1#7FB0DE
2#8DB9E2
3#9CC2E5
4#AACBE9
5#B8D3ED
6#C6DCF0
7#D4E5F4
8#E3EEF8
9#F1F6FB
Tones
Muted variations
1#76A7D5
2#7CA7D0
3#81A7CB
4#86A7C5
5#8BA7C0
6#91A6BB
7#96A6B6
8#9BA6B0
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C6 #A2C6E7 | BordersInactive statesPlaceholder text |
| 400 | 71A8 #71A8DA | Disabled statesSecondary iconsMuted text |
| 500 | 498F #498FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E72 #2E72B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A41 #1A4165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF8;
--sky-blue-200: #CADFF1;
--sky-blue-300: #A2C6E7;
--sky-blue-400: #71A8DA;
--sky-blue-500: #498FD0;
--sky-blue-600: #2E72B2;
--sky-blue-700: #255B8E;
--sky-blue-800: #1A4165;
--sky-blue-900: #112A41;
--sky-blue-950: #0A1A29;
}