Sky Blue
#779BD4
BlueColor Codes
All color formats for development
HEX
#779BD4RGB
rgb(119, 155, 212)HSL
hsl(217, 52%, 65%)OKLCH
oklch(0.685 0.094 259.4)CMYK
cmyk(44%, 27%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E88CC
2#4576C4
3#3866B0
4#305797
5#28497E
6#203A65
7#182C4C
8#101D32
9#080F19
Tints
Lighter variations
1#85A5D8
2#92AFDD
3#A0B9E1
4#AEC3E5
5#BBCDEA
6#C9D7EE
7#D6E1F2
8#E4EBF6
9#F1F5FB
Tones
Muted variations
1#7C9CD0
2#819DCB
3#859EC6
4#8A9FC2
5#8FA0BD
6#93A1B8
7#98A3B4
8#9CA4AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BD #A6BDE3 | BordersInactive statesPlaceholder text |
| 400 | 779B #779BD4 | Disabled statesSecondary iconsMuted text |
| 500 | 517E #517EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3663 #3663AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4E #2B4E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F38 #1F3861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDDAEF;
--sky-blue-300: #A6BDE3;
--sky-blue-400: #779BD4;
--sky-blue-500: #517EC8;
--sky-blue-600: #3663AB;
--sky-blue-700: #2B4E88;
--sky-blue-800: #1F3861;
--sky-blue-900: #14243E;
--sky-blue-950: #0C1627;
}