Sky Blue
#71A9DA
BlueColor Codes
All color formats for development
HEX
#71A9DARGB
rgb(113, 169, 218)HSL
hsl(208, 59%, 65%)OKLCH
oklch(0.715 0.093 246)CMYK
cmyk(48%, 22%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5799D4
2#3C89CD
3#3079B8
4#29679E
5#225684
6#1B4569
7#14344F
8#0E2235
9#07111A
Tints
Lighter variations
1#7FB2DE
2#8DBAE2
3#9CC3E5
4#AACCE9
5#B8D4ED
6#C6DDF0
7#D4E5F4
8#E3EEF8
9#F1F6FB
Tones
Muted variations
1#76A9D5
2#7CA9D0
3#81A8CB
4#86A8C5
5#8BA8C0
6#91A7BB
7#96A7B6
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 | A2C7 #A2C7E7 | BordersInactive statesPlaceholder text |
| 400 | 71A9 #71A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4991 #4991D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E75 #2E75B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A42 #1A4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | 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: #A2C7E7;
--sky-blue-400: #71A9DA;
--sky-blue-500: #4991D0;
--sky-blue-600: #2E75B2;
--sky-blue-700: #255D8E;
--sky-blue-800: #1A4265;
--sky-blue-900: #112A41;
--sky-blue-950: #0A1B29;
}