Sky Blue
#77A3D4
BlueColor Codes
All color formats for development
HEX
#77A3D4RGB
rgb(119, 163, 212)HSL
hsl(212, 52%, 65%)OKLCH
oklch(0.703 0.087 251.7)CMYK
cmyk(44%, 23%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E92CC
2#4580C4
3#3870B0
4#306097
5#28507E
6#204065
7#18304C
8#102032
9#081019
Tints
Lighter variations
1#85ACD8
2#92B5DD
3#A0BEE1
4#AEC8E5
5#BBD1EA
6#C9DAEE
7#D6E3F2
8#E4EDF6
9#F1F6FB
Tones
Muted variations
1#7CA3D0
2#81A3CB
3#85A4C6
4#8AA4C2
5#8FA4BD
6#93A5B8
7#98A5B4
8#9CA5AF
9#A1A5AA
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 | CDDD #CDDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C2 #A6C2E3 | BordersInactive statesPlaceholder text |
| 400 | 77A3 #77A3D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5188 #5188C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 366C #366CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B56 #2B5688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3E #1F3E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | 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: #CDDDEF;
--sky-blue-300: #A6C2E3;
--sky-blue-400: #77A3D4;
--sky-blue-500: #5188C8;
--sky-blue-600: #366CAB;
--sky-blue-700: #2B5688;
--sky-blue-800: #1F3E61;
--sky-blue-900: #14273E;
--sky-blue-950: #0C1927;
}