Sky Blue
#63B1E9
BlueColor Codes
All color formats for development
HEX
#63B1E9RGB
rgb(99, 177, 233)HSL
hsl(205, 75%, 65%)OKLCH
oklch(0.733 0.112 241.7)CMYK
cmyk(58%, 24%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46A2E5
2#2994E0
3#1D83CB
4#1970AE
5#155D91
6#114B74
7#0C3857
8#08253A
9#04131D
Tints
Lighter variations
1#72B9EB
2#82C1ED
3#92C8EF
4#A1D0F2
5#B1D8F4
6#C1E0F6
7#D0E8F8
8#E0EFFB
9#EFF7FD
Tones
Muted variations
1#6AB0E2
2#70AFDB
3#77AED5
4#7EACCE
5#84ABC7
6#8BAAC1
7#92A9BA
8#98A8B3
9#9FA7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EFFB;
--sky-blue-200: #C5E2F7;
--sky-blue-300: #98CCF0;
--sky-blue-400: #63B1E9;
--sky-blue-500: #369BE2;
--sky-blue-600: #1C7EC4;
--sky-blue-700: #16649C;
--sky-blue-800: #104870;
--sky-blue-900: #0A2E47;
--sky-blue-950: #061D2D;
}