Sky Blue
#71B6DA
BlueColor Codes
All color formats for development
HEX
#71B6DARGB
rgb(113, 182, 218)HSL
hsl(201, 59%, 65%)OKLCH
oklch(0.744 0.087 232.4)CMYK
cmyk(48%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57A8D4
2#3C9ACD
3#3089B8
4#29759E
5#226284
6#1B4E69
7#143B4F
8#0E2735
9#07141A
Tints
Lighter variations
1#7FBDDE
2#8DC4E2
3#9CCCE5
4#AAD3E9
5#B8DAED
6#C6E2F0
7#D4E9F4
8#E3F0F8
9#F1F8FB
Tones
Muted variations
1#76B4D5
2#7CB2D0
3#81B1CB
4#86AFC5
5#8BAEC0
6#91ACBB
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 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | 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: #CAE4F1;
--sky-blue-300: #A2CFE7;
--sky-blue-400: #71B6DA;
--sky-blue-500: #49A1D0;
--sky-blue-600: #2E84B2;
--sky-blue-700: #25698E;
--sky-blue-800: #1A4B65;
--sky-blue-900: #113041;
--sky-blue-950: #0A1E29;
}