Sky Blue
#7897D3
BlueColor Codes
All color formats for development
HEX
#7897D3RGB
rgb(120, 151, 211)HSL
hsl(220, 51%, 65%)OKLCH
oklch(0.677 0.096 263.1)CMYK
cmyk(43%, 28%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F83CB
2#4670C3
3#3960AF
4#315396
5#29457D
6#203764
7#18294B
8#101C32
9#080E19
Tints
Lighter variations
1#86A1D8
2#93ABDC
3#A1B6E0
4#AEC0E5
5#BCCBE9
6#C9D5EE
7#D7E0F2
8#E4EAF6
9#F2F5FB
Tones
Muted variations
1#7D98CF
2#819ACA
3#869BC6
4#8A9DC1
5#8F9EBD
6#94A0B8
7#98A1B3
8#9DA3AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BA #A6BAE2 | BordersInactive statesPlaceholder text |
| 400 | 7897 #7897D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5279 #5279C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375D #375DA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4A #2C4A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F35 #1F3560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CDD8EF;
--sky-blue-300: #A6BAE2;
--sky-blue-400: #7897D3;
--sky-blue-500: #5279C7;
--sky-blue-600: #375DA9;
--sky-blue-700: #2C4A87;
--sky-blue-800: #1F3560;
--sky-blue-900: #14223E;
--sky-blue-950: #0C1527;
}