Sky Blue
#7BA3D1
BlueColor Codes
All color formats for development
HEX
#7BA3D1RGB
rgb(123, 163, 209)HSL
hsl(212, 48%, 65%)OKLCH
oklch(0.704 0.081 252.4)CMYK
cmyk(41%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6292C8
2#4A81BF
3#3C70AC
4#346093
5#2B507B
6#224062
7#1A304A
8#112031
9#091019
Tints
Lighter variations
1#88ACD5
2#95B5DA
3#A3BFDF
4#B0C8E3
5#BDD1E8
6#CADAEC
7#D7E3F1
8#E5EDF6
9#F2F6FA
Tones
Muted variations
1#7FA3CC
2#83A3C8
3#88A4C4
4#8CA4BF
5#90A4BB
6#95A5B7
7#99A5B3
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 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA3 #7BA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5589 #5589C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6D #3A6DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EDF6;
--sky-blue-200: #CEDDEE;
--sky-blue-300: #A8C2E1;
--sky-blue-400: #7BA3D1;
--sky-blue-500: #5589C3;
--sky-blue-600: #3A6DA6;
--sky-blue-700: #2E5684;
--sky-blue-800: #213E5E;
--sky-blue-900: #15273C;
--sky-blue-950: #0D1926;
}