Sky Blue
#7D9CCF
BlueColor Codes
All color formats for development
HEX
#7D9CCFRGB
rgb(125, 156, 207)HSL
hsl(217, 46%, 65%)OKLCH
oklch(0.689 0.083 260.2)CMYK
cmyk(40%, 25%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#648AC6
2#4C77BD
3#3F68A9
4#365991
5#2D4A79
6#243B61
7#1B2C49
8#121E30
9#090F18
Tints
Lighter variations
1#8AA6D4
2#97B0D8
3#A4BADD
4#B1C4E2
5#BECEE7
6#CBD7EC
7#D8E1F1
8#E5EBF5
9#F2F5FA
Tones
Muted variations
1#819DCB
2#859EC7
3#899FC2
4#8DA0BE
5#91A1BA
6#95A2B6
7#99A3B2
8#9EA4AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BE #A9BEDF | BordersInactive statesPlaceholder text |
| 400 | 7D9C #7D9CCF | Disabled statesSecondary iconsMuted text |
| 500 | 5780 #5780C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D64 #3D64A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3050 #305082 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2239 #22395D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1624 #16243C | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EBF5;
--sky-blue-200: #CFDAED;
--sky-blue-300: #A9BEDF;
--sky-blue-400: #7D9CCF;
--sky-blue-500: #5780C1;
--sky-blue-600: #3D64A4;
--sky-blue-700: #305082;
--sky-blue-800: #22395D;
--sky-blue-900: #16243C;
--sky-blue-950: #0E1725;
}