Sky Blue
#789ED3
BlueColor Codes
All color formats for development
HEX
#789ED3RGB
rgb(120, 158, 211)HSL
hsl(215, 51%, 65%)OKLCH
oklch(0.692 0.089 256.8)CMYK
cmyk(43%, 25%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F8CCB
2#467AC3
3#396AAF
4#315B96
5#294C7D
6#203D64
7#182D4B
8#101E32
9#080F19
Tints
Lighter variations
1#86A8D8
2#93B2DC
3#A1BBE0
4#AEC5E5
5#BCCFE9
6#C9D8EE
7#D7E2F2
8#E4ECF6
9#F2F5FB
Tones
Muted variations
1#7D9FCF
2#81A0CA
3#86A0C6
4#8AA1C1
5#8FA2BD
6#94A3B8
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE2 | BordersInactive statesPlaceholder text |
| 400 | 789E #789ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 5282 #5282C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3767 #3767A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C52 #2C5287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A60 | 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: #E4ECF6;
--sky-blue-200: #CDDBEF;
--sky-blue-300: #A6BFE2;
--sky-blue-400: #789ED3;
--sky-blue-500: #5282C7;
--sky-blue-600: #3767A9;
--sky-blue-700: #2C5287;
--sky-blue-800: #1F3A60;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}