Sky Blue
#71B4DA
BlueColor Codes
All color formats for development
HEX
#71B4DARGB
rgb(113, 180, 218)HSL
hsl(202, 59%, 65%)OKLCH
oklch(0.74 0.088 234.6)CMYK
cmyk(48%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57A6D4
2#3C98CD
3#3086B8
4#29739E
5#226084
6#1B4D69
7#143A4F
8#0E2635
9#07131A
Tints
Lighter variations
1#7FBBDE
2#8DC3E2
3#9CCAE5
4#AAD2E9
5#B8D9ED
6#C6E1F0
7#D4E8F4
8#E3F0F8
9#F1F7FB
Tones
Muted variations
1#76B2D5
2#7CB1D0
3#81B0CB
4#86AEC5
5#8BADC0
6#91ABBB
7#96AAB6
8#9BA9B0
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CE #A2CEE7 | BordersInactive statesPlaceholder text |
| 400 | 71B4 #71B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 499E #499ED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E82 #2E82B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F8;
--sky-blue-200: #CAE3F1;
--sky-blue-300: #A2CEE7;
--sky-blue-400: #71B4DA;
--sky-blue-500: #499ED0;
--sky-blue-600: #2E82B2;
--sky-blue-700: #25678E;
--sky-blue-800: #1A4A65;
--sky-blue-900: #112F41;
--sky-blue-950: #0A1E29;
}