Sky Blue
#77A6D4
BlueColor Codes
All color formats for development
HEX
#77A6D4RGB
rgb(119, 166, 212)HSL
hsl(210, 52%, 65%)OKLCH
oklch(0.709 0.085 248.6)CMYK
cmyk(44%, 22%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E95CC
2#4585C4
3#3874B0
4#306397
5#28537E
6#204265
7#18324C
8#102132
9#081119
Tints
Lighter variations
1#85AFD8
2#92B8DD
3#A0C1E1
4#AEC9E5
5#BBD2EA
6#C9DBEE
7#D6E4F2
8#E4EDF6
9#F1F6FB
Tones
Muted variations
1#7CA6D0
2#81A6CB
3#85A6C6
4#8AA6C2
5#8FA6BD
6#93A6B8
7#98A6B4
8#9CA6AF
9#A1A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C4 #A6C4E3 | BordersInactive statesPlaceholder text |
| 400 | 77A6 #77A6D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518C #518CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3670 #3670AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B59 #2B5988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4061 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | 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: #F3F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDEEF;
--sky-blue-300: #A6C4E3;
--sky-blue-400: #77A6D4;
--sky-blue-500: #518CC8;
--sky-blue-600: #3670AB;
--sky-blue-700: #2B5988;
--sky-blue-800: #1F4061;
--sky-blue-900: #14293E;
--sky-blue-950: #0C1A27;
}