Sky Blue
#70B8DB
BlueColor Codes
All color formats for development
HEX
#70B8DBRGB
rgb(112, 184, 219)HSL
hsl(200, 60%, 65%)OKLCH
oklch(0.748 0.088 230.6)CMYK
cmyk(49%, 16%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56AAD5
2#3B9DCE
3#2E8BBA
4#28779F
5#216385
6#1B506A
7#143C50
8#0D2835
9#07141B
Tints
Lighter variations
1#7EBFDF
2#8DC6E2
3#9BCDE6
4#A9D4EA
5#B8DBED
6#C6E2F1
7#D4EAF4
8#E2F1F8
9#F1F8FB
Tones
Muted variations
1#76B6D6
2#7BB4D1
3#80B2CB
4#86B0C6
5#8BAFC1
6#90ADBB
7#96ABB6
8#9BA9B0
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #CAE4F2;
--sky-blue-300: #A1D0E8;
--sky-blue-400: #70B8DB;
--sky-blue-500: #47A3D1;
--sky-blue-600: #2D87B4;
--sky-blue-700: #246B8F;
--sky-blue-800: #1A4C66;
--sky-blue-900: #103141;
--sky-blue-950: #0A1F29;
}