Sky Blue
#7AB7D1
BlueColor Codes
All color formats for development
HEX
#7AB7D1RGB
rgb(122, 183, 209)HSL
hsl(198, 49%, 65%)OKLCH
oklch(0.747 0.073 226.7)CMYK
cmyk(42%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61AAC9
2#499DC1
3#3B8BAD
4#337794
5#2A637B
6#224F63
7#193B4A
8#112831
9#081419
Tints
Lighter variations
1#87BED6
2#95C6DB
3#A2CDDF
4#AFD4E4
5#BDDBE8
6#CAE2ED
7#D7E9F1
8#E4F1F6
9#F2F8FA
Tones
Muted variations
1#7EB5CD
2#83B4C9
3#87B2C4
4#8CB0C0
5#90AEBC
6#94ADB7
7#99ABB3
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 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB7 #7AB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A3 #54A3C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3986 #3986A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6B #2E6B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | 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: #E4F1F6;
--sky-blue-200: #CEE4EE;
--sky-blue-300: #A8D0E1;
--sky-blue-400: #7AB7D1;
--sky-blue-500: #54A3C4;
--sky-blue-600: #3986A7;
--sky-blue-700: #2E6B85;
--sky-blue-800: #214C5F;
--sky-blue-900: #15313D;
--sky-blue-950: #0D1E26;
}