Sky Blue
#70ADDB
BlueColor Codes
All color formats for development
HEX
#70ADDBRGB
rgb(112, 173, 219)HSL
hsl(206, 60%, 65%)OKLCH
oklch(0.724 0.092 242.2)CMYK
cmyk(49%, 21%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#569ED5
2#3B8ECE
3#2E7DBA
4#286B9F
5#215A85
6#1B486A
7#143650
8#0D2435
9#07121B
Tints
Lighter variations
1#7EB5DF
2#8DBDE2
3#9BC6E6
4#A9CEEA
5#B8D6ED
6#C6DEF1
7#D4E6F4
8#E2EFF8
9#F1F7FB
Tones
Muted variations
1#76ACD6
2#7BABD1
3#80ABCB
4#86AAC6
5#8BA9C1
6#90A9BB
7#96A8B6
8#9BA7B0
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 70AD #70ADDB | Disabled statesSecondary iconsMuted text |
| 500 | 4795 #4795D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D79 #2D79B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2460 #24608F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #CAE1F2;
--sky-blue-300: #A1C9E8;
--sky-blue-400: #70ADDB;
--sky-blue-500: #4795D1;
--sky-blue-600: #2D79B4;
--sky-blue-700: #24608F;
--sky-blue-800: #1A4566;
--sky-blue-900: #102C41;
--sky-blue-950: #0A1C29;
}