Sky Blue
#70B4DB
BlueColor Codes
All color formats for development
HEX
#70B4DBRGB
rgb(112, 180, 219)HSL
hsl(202, 60%, 65%)OKLCH
oklch(0.739 0.089 234.9)CMYK
cmyk(49%, 18%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56A6D5
2#3B98CE
3#2E87BA
4#28739F
5#216085
6#1B4D6A
7#143A50
8#0D2635
9#07131B
Tints
Lighter variations
1#7EBCDF
2#8DC3E2
3#9BCBE6
4#A9D2EA
5#B8DAED
6#C6E1F1
7#D4E9F4
8#E2F0F8
9#F1F8FB
Tones
Muted variations
1#76B3D6
2#7BB1D1
3#80B0CB
4#86AEC6
5#8BADC1
6#90ABBB
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 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CE #A1CEE8 | BordersInactive statesPlaceholder text |
| 400 | 70B4 #70B4DB | Disabled statesSecondary iconsMuted text |
| 500 | 479F #479FD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D82 #2D82B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2468 #24688F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | 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: #E2F0F8;
--sky-blue-200: #CAE3F2;
--sky-blue-300: #A1CEE8;
--sky-blue-400: #70B4DB;
--sky-blue-500: #479FD1;
--sky-blue-600: #2D82B4;
--sky-blue-700: #24688F;
--sky-blue-800: #1A4A66;
--sky-blue-900: #102F41;
--sky-blue-950: #0A1E29;
}