Sky Blue
#7997D2
BlueColor Codes
All color formats for development
HEX
#7997D2RGB
rgb(121, 151, 210)HSL
hsl(220, 50%, 65%)OKLCH
oklch(0.677 0.094 263.4)CMYK
cmyk(42%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6084CA
2#4770C2
3#3A61AE
4#325395
5#29457C
6#213763
7#19294B
8#111C32
9#080E19
Tints
Lighter variations
1#87A1D7
2#94ACDB
3#A1B6E0
4#AFC1E4
5#BCCBE9
6#C9D5ED
7#D7E0F2
8#E4EAF6
9#F2F5FB
Tones
Muted variations
1#7E98CE
2#829AC9
3#879BC5
4#8B9DC1
5#8F9EBC
6#94A0B8
7#98A1B3
8#9DA3AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BB #A7BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7997 #7997D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5379 #5379C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 385E #385EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4A #2D4A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2035 #203560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223D | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CDD8EE;
--sky-blue-300: #A7BBE2;
--sky-blue-400: #7997D2;
--sky-blue-500: #5379C6;
--sky-blue-600: #385EA8;
--sky-blue-700: #2D4A86;
--sky-blue-800: #203560;
--sky-blue-900: #14223D;
--sky-blue-950: #0D1526;
}