Sky Blue
#7E99CD
BlueColor Codes
All color formats for development
HEX
#7E99CDRGB
rgb(126, 153, 205)HSL
hsl(219, 44%, 65%)OKLCH
oklch(0.682 0.083 263.1)CMYK
cmyk(39%, 25%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6787C4
2#4F74BA
3#4165A7
4#38568F
5#2E4877
6#253A5F
7#1C2B48
8#131D30
9#090E18
Tints
Lighter variations
1#8BA4D2
2#98AED7
3#A5B8DC
4#B2C2E1
5#BFCCE6
6#CCD7EB
7#D8E1F0
8#E5EBF5
9#F2F5FA
Tones
Muted variations
1#829BC9
2#869CC5
3#8A9EC1
4#8E9FBD
5#92A0B9
6#96A1B5
7#9AA2B2
8#9EA3AE
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 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9A #7E9ACD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7D #5A7DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F61 #3F61A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324D #324D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233B | 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: #CFD9EC;
--sky-blue-300: #ABBDDE;
--sky-blue-400: #7E9ACD;
--sky-blue-500: #5A7DBF;
--sky-blue-600: #3F61A2;
--sky-blue-700: #324D81;
--sky-blue-800: #24375C;
--sky-blue-900: #17233B;
--sky-blue-950: #0E1625;
}