Sky Blue
#7AB4D1
BlueColor Codes
All color formats for development
HEX
#7AB4D1RGB
rgb(122, 180, 209)HSL
hsl(200, 49%, 65%)OKLCH
oklch(0.741 0.073 230.7)CMYK
cmyk(42%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61A6C9
2#4999C1
3#3B87AD
4#337494
5#2A607B
6#224D63
7#193A4A
8#112731
9#081319
Tints
Lighter variations
1#87BCD6
2#95C3DB
3#A2CBDF
4#AFD2E4
5#BDDAE8
6#CAE1ED
7#D7E9F1
8#E4F0F6
9#F2F8FA
Tones
Muted variations
1#7EB3CD
2#83B1C9
3#87B0C4
4#8CAEC0
5#90ADBC
6#94ACB7
7#99AAB3
8#9DA9AE
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CE #A8CEE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB4 #7AB4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549F #549FC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3983 #3983A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E68 #2E6885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214A #214A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E4F0F6;
--sky-blue-200: #CEE3EE;
--sky-blue-300: #A8CEE1;
--sky-blue-400: #7AB4D1;
--sky-blue-500: #549FC4;
--sky-blue-600: #3983A7;
--sky-blue-700: #2E6885;
--sky-blue-800: #214A5F;
--sky-blue-900: #152F3D;
--sky-blue-950: #0D1E26;
}