Sky Blue
#63A4E9
BlueColor Codes
All color formats for development
HEX
#63A4E9RGB
rgb(99, 164, 233)HSL
hsl(211, 75%, 65%)OKLCH
oklch(0.704 0.122 251.2)CMYK
cmyk(58%, 30%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4693E5
2#2982E0
3#1D71CB
4#1961AE
5#155191
6#114174
7#0C3057
8#08203A
9#04101D
Tints
Lighter variations
1#72ADEB
2#82B6ED
3#92BFEF
4#A1C8F2
5#B1D1F4
6#C1DAF6
7#D0E4F8
8#E0EDFB
9#EFF6FD
Tones
Muted variations
1#6AA4E2
2#70A4DB
3#77A4D5
4#7EA4CE
5#84A5C7
6#8BA5C1
7#92A5BA
8#98A5B3
9#9FA6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DD #C5DDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C3 #98C3F0 | BordersInactive statesPlaceholder text |
| 400 | 63A4 #63A4E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3689 #3689E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C6D #1C6DC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1657 #16579C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 103E #103E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A28 #0A2847 | Primary textHigh emphasis contentDark headings |
| 950 | 0619 #06192D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EDFB;
--sky-blue-200: #C5DDF7;
--sky-blue-300: #98C3F0;
--sky-blue-400: #63A4E9;
--sky-blue-500: #3689E2;
--sky-blue-600: #1C6DC4;
--sky-blue-700: #16579C;
--sky-blue-800: #103E70;
--sky-blue-900: #0A2847;
--sky-blue-950: #06192D;
}