Sky Blue
#7D99CF
BlueColor Codes
All color formats for development
HEX
#7D99CFRGB
rgb(125, 153, 207)HSL
hsl(220, 46%, 65%)OKLCH
oklch(0.683 0.086 263.1)CMYK
cmyk(40%, 26%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6485C6
2#4C72BD
3#3F62A9
4#365491
5#2D4679
6#243861
7#1B2A49
8#121C30
9#090E18
Tints
Lighter variations
1#8AA2D4
2#97ADD8
3#A4B7DD
4#B1C1E2
5#BECCE7
6#CBD6EC
7#D8E0F1
8#E5EAF5
9#F2F5FA
Tones
Muted variations
1#8199CB
2#859BC7
3#899CC2
4#8D9EBE
5#919FBA
6#95A0B6
7#99A2B2
8#9EA3AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BB #A9BBDF | BordersInactive statesPlaceholder text |
| 400 | 7D98 #7D98CF | Disabled statesSecondary iconsMuted text |
| 500 | 577B #577BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D5F #3D5FA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304C #304C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2236 #22365D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233C | 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: #E5EAF5;
--sky-blue-200: #CFD9ED;
--sky-blue-300: #A9BBDF;
--sky-blue-400: #7D98CF;
--sky-blue-500: #577BC1;
--sky-blue-600: #3D5FA4;
--sky-blue-700: #304C82;
--sky-blue-800: #22365D;
--sky-blue-900: #16233C;
--sky-blue-950: #0E1625;
}