Sky Blue
#7FA8CC
BlueColor Codes
All color formats for development
HEX
#7FA8CCRGB
rgb(127, 168, 204)HSL
hsl(208, 43%, 65%)OKLCH
oklch(0.715 0.069 245.5)CMYK
cmyk(38%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6898C3
2#5088B9
3#4277A6
4#39668E
5#2F5577
6#26445F
7#1C3347
8#13222F
9#091118
Tints
Lighter variations
1#8CB1D1
2#99BAD6
3#A6C2DB
4#B2CBE0
5#BFD4E6
6#CCDCEB
7#D9E5F0
8#E5EEF5
9#F2F6FA
Tones
Muted variations
1#83A8C8
2#87A8C4
3#8BA8C1
4#8FA7BD
5#93A7B9
6#96A7B5
7#9AA7B1
8#9EA6AD
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC6 #ABC6DE | BordersInactive statesPlaceholder text |
| 400 | 7FA8 #7FA8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B90 #5B90BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4073 #4073A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335C #335C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172A #172A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #D0DFEC;
--sky-blue-300: #ABC6DE;
--sky-blue-400: #7FA8CC;
--sky-blue-500: #5B90BE;
--sky-blue-600: #4073A0;
--sky-blue-700: #335C80;
--sky-blue-800: #24425B;
--sky-blue-900: #172A3A;
--sky-blue-950: #0F1A24;
}