Sky Blue
#779ED4
BlueColor Codes
All color formats for development
HEX
#779ED4RGB
rgb(119, 158, 212)HSL
hsl(215, 52%, 65%)OKLCH
oklch(0.692 0.091 256.6)CMYK
cmyk(44%, 25%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E8CCC
2#457AC4
3#386AB0
4#305B97
5#284C7E
6#203D65
7#182D4C
8#101E32
9#080F19
Tints
Lighter variations
1#85A8D8
2#92B1DD
3#A0BBE1
4#AEC5E5
5#BBCFEA
6#C9D8EE
7#D6E2F2
8#E4ECF6
9#F1F5FB
Tones
Muted variations
1#7C9FD0
2#81A0CB
3#85A0C6
4#8AA1C2
5#8FA2BD
6#93A3B8
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE3 | BordersInactive statesPlaceholder text |
| 400 | 779E #779ED4 | Disabled statesSecondary iconsMuted text |
| 500 | 5182 #5182C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3666 #3666AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B52 #2B5288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A61 | 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: #E4ECF6;
--sky-blue-200: #CDDBEF;
--sky-blue-300: #A6BFE3;
--sky-blue-400: #779ED4;
--sky-blue-500: #5182C8;
--sky-blue-600: #3666AB;
--sky-blue-700: #2B5288;
--sky-blue-800: #1F3A61;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}