Sky Blue
#7298DA
BlueColor Codes
All color formats for development
HEX
#7298DARGB
rgb(114, 152, 218)HSL
hsl(218, 58%, 65%)OKLCH
oklch(0.679 0.107 261)CMYK
cmyk(48%, 30%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5885D3
2#3E72CC
3#3162B7
4#2A549D
5#234683
6#1C3869
7#152A4F
8#0E1C34
9#070E1A
Tints
Lighter variations
1#80A2DD
2#8EADE1
3#9CB7E5
4#AAC1E9
5#B8CBEC
6#C7D6F0
7#D5E0F4
8#E3EAF8
9#F1F5FB
Tones
Muted variations
1#7799D4
2#7C9BCF
3#829CCA
4#879DC5
5#8C9FC0
6#91A0BA
7#96A2B5
8#9BA3B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE6 | BordersInactive statesPlaceholder text |
| 400 | 7298 #7298DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7B #4A7BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5F #2F5FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B36 #1B3665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3EAF8;
--sky-blue-200: #CBD9F1;
--sky-blue-300: #A2BBE6;
--sky-blue-400: #7298DA;
--sky-blue-500: #4A7BCF;
--sky-blue-600: #2F5FB1;
--sky-blue-700: #254B8D;
--sky-blue-800: #1B3665;
--sky-blue-900: #112240;
--sky-blue-950: #0B1628;
}