Sky Blue
#77A9D4
BlueColor Codes
All color formats for development
HEX
#77A9D4RGB
rgb(119, 169, 212)HSL
hsl(208, 52%, 65%)OKLCH
oklch(0.716 0.083 245.3)CMYK
cmyk(44%, 20%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E99CC
2#4589C4
3#3878B0
4#306797
5#28567E
6#204565
7#18334C
8#102232
9#081119
Tints
Lighter variations
1#85B1D8
2#92BADD
3#A0C3E1
4#AECBE5
5#BBD4EA
6#C9DDEE
7#D6E5F2
8#E4EEF6
9#F1F6FB
Tones
Muted variations
1#7CA9D0
2#81A8CB
3#85A8C6
4#8AA8C2
5#8FA7BD
6#93A7B8
7#98A7B4
8#9CA6AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDF #CDDFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C6 #A6C6E3 | BordersInactive statesPlaceholder text |
| 400 | 77A9 #77A9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5190 #5190C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3674 #3674AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5C #2B5C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F42 #1F4261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142A #142A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FB;
--sky-blue-100: #E4EEF6;
--sky-blue-200: #CDDFEF;
--sky-blue-300: #A6C6E3;
--sky-blue-400: #77A9D4;
--sky-blue-500: #5190C8;
--sky-blue-600: #3674AB;
--sky-blue-700: #2B5C88;
--sky-blue-800: #1F4261;
--sky-blue-900: #142A3E;
--sky-blue-950: #0C1A27;
}