Sky Blue
#77ACD4
BlueColor Codes
All color formats for development
HEX
#77ACD4RGB
rgb(119, 172, 212)HSL
hsl(206, 52%, 65%)OKLCH
oklch(0.722 0.081 241.8)CMYK
cmyk(44%, 19%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E9DCC
2#458DC4
3#387CB0
4#306A97
5#28597E
6#204765
7#18354C
8#102332
9#081219
Tints
Lighter variations
1#85B4D8
2#92BDDD
3#A0C5E1
4#AECDE5
5#BBD5EA
6#C9DEEE
7#D6E6F2
8#E4EEF6
9#F1F7FB
Tones
Muted variations
1#7CABD0
2#81ABCB
3#85AAC6
4#8AA9C2
5#8FA9BD
6#93A8B8
7#98A8B4
8#9CA7AF
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 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C8 #A6C8E3 | BordersInactive statesPlaceholder text |
| 400 | 77AC #77ACD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5194 #5194C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3678 #3678AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5F #2B5F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | 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: #CDE0EF;
--sky-blue-300: #A6C8E3;
--sky-blue-400: #77ACD4;
--sky-blue-500: #5194C8;
--sky-blue-600: #3678AB;
--sky-blue-700: #2B5F88;
--sky-blue-800: #1F4461;
--sky-blue-900: #142C3E;
--sky-blue-950: #0C1B27;
}