Sky Blue
#7A99D1
BlueColor Codes
All color formats for development
HEX
#7A99D1RGB
rgb(122, 153, 209)HSL
hsl(219, 49%, 65%)OKLCH
oklch(0.682 0.09 261.9)CMYK
cmyk(42%, 27%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6186C9
2#4973C1
3#3B63AD
4#335594
5#2A477B
6#223963
7#192A4A
8#111C31
9#080E19
Tints
Lighter variations
1#87A3D6
2#95ADDB
3#A2B7DF
4#AFC2E4
5#BDCCE8
6#CAD6ED
7#D7E0F1
8#E4EBF6
9#F2F5FA
Tones
Muted variations
1#7E9ACD
2#839BC9
3#879DC4
4#8C9EC0
5#909FBC
6#94A1B7
7#99A2B3
8#9DA3AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED9 #CED9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8BC #A8BCE1 | BordersInactive statesPlaceholder text |
| 400 | 7A99 #7A99D1 | Disabled statesSecondary iconsMuted text |
| 500 | 547B #547BC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3960 #3960A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E4C #2E4C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2136 #21365F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1523 #15233D | Primary textHigh emphasis contentDark headings |
| 950 | 0D16 #0D1626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CED9EE;
--sky-blue-300: #A8BCE1;
--sky-blue-400: #7A99D1;
--sky-blue-500: #547BC4;
--sky-blue-600: #3960A7;
--sky-blue-700: #2E4C85;
--sky-blue-800: #21365F;
--sky-blue-900: #15233D;
--sky-blue-950: #0D1626;
}