Sky Blue
#63A6E9
BlueColor Codes
All color formats for development
HEX
#63A6E9RGB
rgb(99, 166, 233)HSL
hsl(210, 75%, 65%)OKLCH
oklch(0.709 0.12 249.9)CMYK
cmyk(58%, 29%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4695E5
2#2985E0
3#1D74CB
4#1963AE
5#155391
6#114274
7#0C3257
8#08213A
9#04111D
Tints
Lighter variations
1#72AFEB
2#82B8ED
3#92C1EF
4#A1C9F2
5#B1D2F4
6#C1DBF6
7#D0E4F8
8#E0EDFB
9#EFF6FD
Tones
Muted variations
1#6AA6E2
2#70A6DB
3#77A6D5
4#7EA6CE
5#84A6C7
6#8BA6C1
7#92A6BA
8#98A6B3
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 | C5DE #C5DEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C4 #98C4F0 | BordersInactive statesPlaceholder text |
| 400 | 63A6 #63A6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 368C #368CE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C70 #1C70C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1659 #16599C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1040 #104070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A29 #0A2947 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | 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: #C5DEF7;
--sky-blue-300: #98C4F0;
--sky-blue-400: #63A6E9;
--sky-blue-500: #368CE2;
--sky-blue-600: #1C70C4;
--sky-blue-700: #16599C;
--sky-blue-800: #104070;
--sky-blue-900: #0A2947;
--sky-blue-950: #061A2D;
}