Sky Blue
#7BA0D1
BlueColor Codes
All color formats for development
HEX
#7BA0D1RGB
rgb(123, 160, 209)HSL
hsl(214, 48%, 65%)OKLCH
oklch(0.697 0.083 255.7)CMYK
cmyk(41%, 23%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628EC8
2#4A7DBF
3#3C6DAC
4#345D93
5#2B4E7B
6#223E62
7#1A2F4A
8#111F31
9#091019
Tints
Lighter variations
1#88AAD5
2#95B3DA
3#A3BDDF
4#B0C6E3
5#BDD0E8
6#CAD9EC
7#D7E3F1
8#E5ECF6
9#F2F6FA
Tones
Muted variations
1#7FA1CC
2#83A1C8
3#88A2C4
4#8CA2BF
5#90A3BB
6#95A3B7
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 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA0 #7BA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5585 #5585C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A69 #3A69A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E54 #2E5484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | 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: #A8C1E1;
--sky-blue-400: #7BA0D1;
--sky-blue-500: #5585C3;
--sky-blue-600: #3A69A6;
--sky-blue-700: #2E5484;
--sky-blue-800: #213C5E;
--sky-blue-900: #15263C;
--sky-blue-950: #0D1826;
}