Sky Blue
#7FA3CC
BlueColor Codes
All color formats for development
HEX
#7FA3CCRGB
rgb(127, 163, 204)HSL
hsl(212, 43%, 65%)OKLCH
oklch(0.704 0.072 252.1)CMYK
cmyk(38%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6892C3
2#5081B9
3#4271A6
4#39618E
5#2F5077
6#26405F
7#1C3047
8#13202F
9#091018
Tints
Lighter variations
1#8CACD1
2#99B6D6
3#A6BFDB
4#B2C8E0
5#BFD1E6
6#CCDAEB
7#D9E3F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#83A3C8
2#87A4C4
3#8BA4C1
4#8FA4BD
5#93A4B9
6#96A5B5
7#9AA5B1
8#9EA5AD
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7FA3 #7FA3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B89 #5B89BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406D #406DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3357 #335780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EDF5;
--sky-blue-200: #D0DDEC;
--sky-blue-300: #ABC3DE;
--sky-blue-400: #7FA3CC;
--sky-blue-500: #5B89BE;
--sky-blue-600: #406DA0;
--sky-blue-700: #335780;
--sky-blue-800: #243E5B;
--sky-blue-900: #17283A;
--sky-blue-950: #0F1924;
}