Sky Blue
#7AB0D1
BlueColor Codes
All color formats for development
HEX
#7AB0D1RGB
rgb(122, 176, 209)HSL
hsl(203, 49%, 65%)OKLCH
oklch(0.732 0.074 236)CMYK
cmyk(42%, 16%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61A1C9
2#4993C1
3#3B81AD
4#336F94
5#2A5C7B
6#224A63
7#19374A
8#112531
9#081219
Tints
Lighter variations
1#87B8D6
2#95C0DB
3#A2C8DF
4#AFD0E4
5#BDD7E8
6#CADFED
7#D7E7F1
8#E4EFF6
9#F2F7FA
Tones
Muted variations
1#7EAFCD
2#83AEC9
3#87ADC4
4#8CACC0
5#90ABBC
6#94AAB7
7#99A9B3
8#9DA8AE
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CB #A8CBE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB0 #7AB0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5499 #5499C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 397D #397DA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E63 #2E6385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2147 #21475F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4EFF6;
--sky-blue-200: #CEE2EE;
--sky-blue-300: #A8CBE1;
--sky-blue-400: #7AB0D1;
--sky-blue-500: #5499C4;
--sky-blue-600: #397DA7;
--sky-blue-700: #2E6385;
--sky-blue-800: #21475F;
--sky-blue-900: #152D3D;
--sky-blue-950: #0D1C26;
}