Sky Blue
#70B2DB
BlueColor Codes
All color formats for development
HEX
#70B2DBRGB
rgb(112, 178, 219)HSL
hsl(203, 60%, 65%)OKLCH
oklch(0.735 0.09 237)CMYK
cmyk(49%, 19%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56A4D5
2#3B96CE
3#2E84BA
4#28719F
5#215E85
6#1B4C6A
7#143950
8#0D2635
9#07131B
Tints
Lighter variations
1#7EBADF
2#8DC2E2
3#9BC9E6
4#A9D1EA
5#B8D9ED
6#C6E0F1
7#D4E8F4
8#E2F0F8
9#F1F7FB
Tones
Muted variations
1#76B1D6
2#7BB0D1
3#80AECB
4#86ADC6
5#8BACC1
6#90ABBB
7#96A9B6
8#9BA8B0
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 70B2 #70B2DB | Disabled statesSecondary iconsMuted text |
| 500 | 479C #479CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D80 #2D80B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2466 #24668F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2F0F8;
--sky-blue-200: #CAE2F2;
--sky-blue-300: #A1CDE8;
--sky-blue-400: #70B2DB;
--sky-blue-500: #479CD1;
--sky-blue-600: #2D80B4;
--sky-blue-700: #24668F;
--sky-blue-800: #1A4966;
--sky-blue-900: #102F41;
--sky-blue-950: #0A1D29;
}