Sky Blue
#77A7D4
BlueColor Codes
All color formats for development
HEX
#77A7D4RGB
rgb(119, 167, 212)HSL
hsl(209, 52%, 65%)OKLCH
oklch(0.711 0.084 247.5)CMYK
cmyk(44%, 21%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E97CC
2#4587C4
3#3876B0
4#306597
5#28547E
6#204365
7#18334C
8#102232
9#081119
Tints
Lighter variations
1#85B0D8
2#92B9DD
3#A0C2E1
4#AECAE5
5#BBD3EA
6#C9DCEE
7#D6E5F2
8#E4EDF6
9#F1F6FB
Tones
Muted variations
1#7CA7D0
2#81A7CB
3#85A7C6
4#8AA7C2
5#8FA7BD
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 | A6C5 #A6C5E3 | BordersInactive statesPlaceholder text |
| 400 | 77A7 #77A7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518E #518EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3672 #3672AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5B #2B5B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4161 | 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: #F3F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDEEF;
--sky-blue-300: #A6C5E3;
--sky-blue-400: #77A7D4;
--sky-blue-500: #518EC8;
--sky-blue-600: #3672AB;
--sky-blue-700: #2B5B88;
--sky-blue-800: #1F4161;
--sky-blue-900: #142A3E;
--sky-blue-950: #0C1A27;
}