Sky Blue
#779CD4
BlueColor Codes
All color formats for development
HEX
#779CD4RGB
rgb(119, 156, 212)HSL
hsl(216, 52%, 65%)OKLCH
oklch(0.688 0.093 258.5)CMYK
cmyk(44%, 26%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E8ACC
2#4578C4
3#3868B0
4#305997
5#284A7E
6#203B65
7#182D4C
8#101E32
9#080F19
Tints
Lighter variations
1#85A6D8
2#92B0DD
3#A0BAE1
4#AEC4E5
5#BBCEEA
6#C9D8EE
7#D6E1F2
8#E4EBF6
9#F1F5FB
Tones
Muted variations
1#7C9DD0
2#819ECB
3#859FC6
4#8AA0C2
5#8FA1BD
6#93A2B8
7#98A3B4
8#9CA4AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BE #A6BEE3 | BordersInactive statesPlaceholder text |
| 400 | 779C #779CD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5180 #5180C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3665 #3665AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B50 #2B5088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDDAEF;
--sky-blue-300: #A6BEE3;
--sky-blue-400: #779CD4;
--sky-blue-500: #5180C8;
--sky-blue-600: #3665AB;
--sky-blue-700: #2B5088;
--sky-blue-800: #1F3961;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}