Sky Blue
#789DD3
BlueColor Codes
All color formats for development
HEX
#789DD3RGB
rgb(120, 157, 211)HSL
hsl(216, 51%, 65%)OKLCH
oklch(0.69 0.09 257.7)CMYK
cmyk(43%, 26%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F8ACB
2#4678C3
3#3968AF
4#315996
5#294A7D
6#203C64
7#182D4B
8#101E32
9#080F19
Tints
Lighter variations
1#86A6D8
2#93B0DC
3#A1BAE0
4#AEC4E5
5#BCCEE9
6#C9D8EE
7#D7E1F2
8#E4EBF6
9#F2F5FB
Tones
Muted variations
1#7D9ECF
2#819ECA
3#869FC6
4#8AA0C1
5#8FA1BD
6#94A2B8
7#98A3B3
8#9DA4AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BE #A6BEE2 | BordersInactive statesPlaceholder text |
| 400 | 789D #789DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5281 #5281C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3765 #3765A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C50 #2C5087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDDAEF;
--sky-blue-300: #A6BEE2;
--sky-blue-400: #789DD3;
--sky-blue-500: #5281C7;
--sky-blue-600: #3765A9;
--sky-blue-700: #2C5087;
--sky-blue-800: #1F3960;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}