Sky Blue
#7FA1CC
BlueColor Codes
All color formats for development
HEX
#7FA1CCRGB
rgb(127, 161, 204)HSL
hsl(214, 43%, 65%)OKLCH
oklch(0.7 0.074 254.6)CMYK
cmyk(38%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688FC3
2#507EB9
3#426DA6
4#395E8E
5#2F4E77
6#263E5F
7#1C2F47
8#131F2F
9#091018
Tints
Lighter variations
1#8CAAD1
2#99B4D6
3#A6BDDB
4#B2C6E0
5#BFD0E6
6#CCD9EB
7#D9E3F0
8#E5ECF5
9#F2F6FA
Tones
Muted variations
1#83A1C8
2#87A2C4
3#8BA2C1
4#8FA3BD
5#93A3B9
6#96A4B5
7#9AA4B1
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 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5ECF5;
--sky-blue-200: #D0DCEC;
--sky-blue-300: #ABC1DE;
--sky-blue-400: #7FA1CC;
--sky-blue-500: #5B86BE;
--sky-blue-600: #406AA0;
--sky-blue-700: #335480;
--sky-blue-800: #243C5B;
--sky-blue-900: #17263A;
--sky-blue-950: #0F1824;
}