Sky Blue
#7BA1D1
BlueColor Codes
All color formats for development
HEX
#7BA1D1RGB
rgb(123, 161, 209)HSL
hsl(213, 48%, 65%)OKLCH
oklch(0.699 0.082 254.6)CMYK
cmyk(41%, 23%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6290C8
2#4A7FBF
3#3C6EAC
4#345F93
5#2B4F7B
6#223F62
7#1A2F4A
8#112031
9#091019
Tints
Lighter variations
1#88ABD5
2#95B4DA
3#A3BEDF
4#B0C7E3
5#BDD0E8
6#CADAEC
7#D7E3F1
8#E5ECF6
9#F2F6FA
Tones
Muted variations
1#7FA2CC
2#83A2C8
3#88A3C4
4#8CA3BF
5#90A4BB
6#95A4B7
7#99A4B3
8#9DA5AE
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA1 #7BA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5587 #5587C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6B #3A6BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5ECF6;
--sky-blue-200: #CEDCEE;
--sky-blue-300: #A8C2E1;
--sky-blue-400: #7BA1D1;
--sky-blue-500: #5587C3;
--sky-blue-600: #3A6BA6;
--sky-blue-700: #2E5584;
--sky-blue-800: #213D5E;
--sky-blue-900: #15273C;
--sky-blue-950: #0D1826;
}