Sky Blue
#7F9ACC
BlueColor Codes
All color formats for development
HEX
#7F9ACCRGB
rgb(127, 154, 204)HSL
hsl(219, 43%, 65%)OKLCH
oklch(0.685 0.08 262.4)CMYK
cmyk(38%, 25%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6888C3
2#5075B9
3#4265A6
4#39578E
5#2F4877
6#263A5F
7#1C2B47
8#131D2F
9#090E18
Tints
Lighter variations
1#8CA4D1
2#99AED6
3#A6B8DB
4#B2C3E0
5#BFCDE6
6#CCD7EB
7#D9E1F0
8#E5EBF5
9#F2F5FA
Tones
Muted variations
1#839BC8
2#879DC4
3#8B9EC1
4#8F9FBD
5#93A0B9
6#96A1B5
7#9AA2B1
8#9EA3AD
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 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7F9A #7F9ACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7D #5B7DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4062 #4062A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334E #334E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | 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: #D0DAEC;
--sky-blue-300: #ABBDDE;
--sky-blue-400: #7F9ACC;
--sky-blue-500: #5B7DBE;
--sky-blue-600: #4062A0;
--sky-blue-700: #334E80;
--sky-blue-800: #24385B;
--sky-blue-900: #17243A;
--sky-blue-950: #0F1624;
}