Sky Blue
#789AD3
BlueColor Codes
All color formats for development
HEX
#789AD3RGB
rgb(120, 154, 211)HSL
hsl(218, 51%, 65%)OKLCH
oklch(0.683 0.093 260.5)CMYK
cmyk(43%, 27%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F87CB
2#4674C3
3#3964AF
4#315696
5#29487D
6#203964
7#182B4B
8#101D32
9#080E19
Tints
Lighter variations
1#86A4D8
2#93AEDC
3#A1B8E0
4#AEC2E5
5#BCCCE9
6#C9D6EE
7#D7E1F2
8#E4EBF6
9#F2F5FB
Tones
Muted variations
1#7D9BCF
2#819CCA
3#869DC6
4#8A9EC1
5#8FA0BD
6#94A1B8
7#98A2B3
8#9DA3AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BC #A6BCE2 | BordersInactive statesPlaceholder text |
| 400 | 789A #789AD3 | Disabled statesSecondary iconsMuted text |
| 500 | 527D #527DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3761 #3761A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4D #2C4D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F37 #1F3760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDD9EF;
--sky-blue-300: #A6BCE2;
--sky-blue-400: #789AD3;
--sky-blue-500: #527DC7;
--sky-blue-600: #3761A9;
--sky-blue-700: #2C4D87;
--sky-blue-800: #1F3760;
--sky-blue-900: #14233E;
--sky-blue-950: #0C1627;
}