Sky Blue
#77A0D4
BlueColor Codes
All color formats for development
HEX
#77A0D4RGB
rgb(119, 160, 212)HSL
hsl(214, 52%, 65%)OKLCH
oklch(0.696 0.089 254.7)CMYK
cmyk(44%, 25%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E8ECC
2#457CC4
3#386CB0
4#305D97
5#284D7E
6#203E65
7#182E4C
8#101F32
9#080F19
Tints
Lighter variations
1#85A9D8
2#92B3DD
3#A0BCE1
4#AEC6E5
5#BBCFEA
6#C9D9EE
7#D6E2F2
8#E4ECF6
9#F1F5FB
Tones
Muted variations
1#7CA0D0
2#81A1CB
3#85A1C6
4#8AA2C2
5#8FA3BD
6#93A3B8
7#98A4B4
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E3 | BordersInactive statesPlaceholder text |
| 400 | 77A0 #77A0D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5184 #5184C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3668 #3668AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B53 #2B5388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEF;
--sky-blue-300: #A6C0E3;
--sky-blue-400: #77A0D4;
--sky-blue-500: #5184C8;
--sky-blue-600: #3668AB;
--sky-blue-700: #2B5388;
--sky-blue-800: #1F3B61;
--sky-blue-900: #14263E;
--sky-blue-950: #0C1827;
}