Sky Blue
#7799D4
BlueColor Codes
All color formats for development
HEX
#7799D4RGB
rgb(119, 153, 212)HSL
hsl(218, 52%, 65%)OKLCH
oklch(0.681 0.096 261.1)CMYK
cmyk(44%, 28%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E87CC
2#4574C4
3#3864B0
4#305697
5#28477E
6#203965
7#182B4C
8#101D32
9#080E19
Tints
Lighter variations
1#85A4D8
2#92AEDD
3#A0B8E1
4#AEC2E5
5#BBCCEA
6#C9D6EE
7#D6E1F2
8#E4EBF6
9#F1F5FB
Tones
Muted variations
1#7C9BD0
2#819CCB
3#859DC6
4#8A9EC2
5#8FA0BD
6#93A1B8
7#98A2B4
8#9CA3AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE3 | BordersInactive statesPlaceholder text |
| 400 | 7799 #7799D4 | Disabled statesSecondary iconsMuted text |
| 500 | 517C #517CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3661 #3661AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4D #2B4D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | 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: #E4EBF6;
--sky-blue-200: #CDD9EF;
--sky-blue-300: #A6BCE3;
--sky-blue-400: #7799D4;
--sky-blue-500: #517CC8;
--sky-blue-600: #3661AB;
--sky-blue-700: #2B4D88;
--sky-blue-800: #1F3761;
--sky-blue-900: #14233E;
--sky-blue-950: #0C1627;
}