Sky Blue
#7798D4
BlueColor Codes
All color formats for development
HEX
#7798D4RGB
rgb(119, 152, 212)HSL
hsl(219, 52%, 65%)OKLCH
oklch(0.679 0.097 261.9)CMYK
cmyk(44%, 28%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E85CC
2#4572C4
3#3862B0
4#305497
5#28467E
6#203865
7#182A4C
8#101C32
9#080E19
Tints
Lighter variations
1#85A2D8
2#92ACDD
3#A0B7E1
4#AEC1E5
5#BBCBEA
6#C9D6EE
7#D6E0F2
8#E4EAF6
9#F1F5FB
Tones
Muted variations
1#7C99D0
2#819BCB
3#859CC6
4#8A9DC2
5#8F9FBD
6#93A0B8
7#98A2B4
8#9CA3AF
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 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BB #A6BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7798 #7798D4 | Disabled statesSecondary iconsMuted text |
| 500 | 517A #517AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365F #365FAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4B #2B4B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | 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: #CDD9EF;
--sky-blue-300: #A6BBE3;
--sky-blue-400: #7798D4;
--sky-blue-500: #517AC8;
--sky-blue-600: #365FAB;
--sky-blue-700: #2B4B88;
--sky-blue-800: #1F3661;
--sky-blue-900: #14223E;
--sky-blue-950: #0C1627;
}