Sky Blue
#63A1E9
BlueColor Codes
All color formats for development
HEX
#63A1E9RGB
rgb(99, 161, 233)HSL
hsl(212, 75%, 65%)OKLCH
oklch(0.698 0.125 253.2)CMYK
cmyk(58%, 31%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4690E5
2#297EE0
3#1D6ECB
4#195EAE
5#154F91
6#113F74
7#0C2F57
8#081F3A
9#04101D
Tints
Lighter variations
1#72ABEB
2#82B4ED
3#92BDEF
4#A1C7F2
5#B1D0F4
6#C1DAF6
7#D0E3F8
8#E0ECFB
9#EFF6FD
Tones
Muted variations
1#6AA2E2
2#70A2DB
3#77A3D5
4#7EA3CE
5#84A4C7
6#8BA4C1
7#92A4BA
8#98A5B3
9#9FA5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F0 | BordersInactive statesPlaceholder text |
| 400 | 63A1 #63A1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3687 #3687E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C6B #1C6BC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1655 #16559C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 103D #103D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2747 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0ECFB;
--sky-blue-200: #C5DCF7;
--sky-blue-300: #98C1F0;
--sky-blue-400: #63A1E9;
--sky-blue-500: #3687E2;
--sky-blue-600: #1C6BC4;
--sky-blue-700: #16559C;
--sky-blue-800: #103D70;
--sky-blue-900: #0A2747;
--sky-blue-950: #06182D;
}