Sky Blue
#7D9BCF
BlueColor Codes
All color formats for development
HEX
#7D9BCFRGB
rgb(125, 155, 207)HSL
hsl(218, 46%, 65%)OKLCH
oklch(0.687 0.084 261.2)CMYK
cmyk(40%, 25%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6488C6
2#4C76BD
3#3F66A9
4#365791
5#2D4979
6#243A61
7#1B2C49
8#121D30
9#090F18
Tints
Lighter variations
1#8AA5D4
2#97AFD8
3#A4B9DD
4#B1C3E2
5#BECDE7
6#CBD7EC
7#D8E1F1
8#E5EBF5
9#F2F5FA
Tones
Muted variations
1#819CCB
2#859DC7
3#899EC2
4#8D9FBE
5#91A0BA
6#95A1B6
7#99A2B2
8#9EA4AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BD #A9BDDF | BordersInactive statesPlaceholder text |
| 400 | 7D9B #7D9BCF | Disabled statesSecondary iconsMuted text |
| 500 | 577E #577EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D62 #3D62A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304E #304E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2238 #22385D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1624 #16243C | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E5EBF5;
--sky-blue-200: #CFDAED;
--sky-blue-300: #A9BDDF;
--sky-blue-400: #7D9BCF;
--sky-blue-500: #577EC1;
--sky-blue-600: #3D62A4;
--sky-blue-700: #304E82;
--sky-blue-800: #22385D;
--sky-blue-900: #16243C;
--sky-blue-950: #0E1625;
}