Sky Blue
#729ADA
BlueColor Codes
All color formats for development
HEX
#729ADARGB
rgb(114, 154, 218)HSL
hsl(217, 58%, 65%)OKLCH
oklch(0.683 0.105 259.5)CMYK
cmyk(48%, 29%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5887D3
2#3E74CC
3#3164B7
4#2A569D
5#234883
6#1C3969
7#152B4F
8#0E1D34
9#070E1A
Tints
Lighter variations
1#80A4DD
2#8EAEE1
3#9CB8E5
4#AAC2E9
5#B8CCEC
6#C7D6F0
7#D5E1F4
8#E3EBF8
9#F1F5FB
Tones
Muted variations
1#779BD4
2#7C9CCF
3#829DCA
4#879FC5
5#8CA0C0
6#91A1BA
7#96A2B5
8#9BA3B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE6 | BordersInactive statesPlaceholder text |
| 400 | 729A #729ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7D #4A7DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F61 #2F61B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B37 #1B3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112340 | 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: #E3EBF8;
--sky-blue-200: #CBD9F1;
--sky-blue-300: #A2BCE6;
--sky-blue-400: #729ADA;
--sky-blue-500: #4A7DCF;
--sky-blue-600: #2F61B1;
--sky-blue-700: #254D8D;
--sky-blue-800: #1B3765;
--sky-blue-900: #112340;
--sky-blue-950: #0B1628;
}