Sky Blue
#7FA7CC
BlueColor Codes
All color formats for development
HEX
#7FA7CCRGB
rgb(127, 167, 204)HSL
hsl(209, 43%, 65%)OKLCH
oklch(0.713 0.07 246.8)CMYK
cmyk(38%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6897C3
2#5086B9
3#4276A6
4#39658E
5#2F5477
6#26435F
7#1C3247
8#13222F
9#091118
Tints
Lighter variations
1#8CB0D1
2#99B9D6
3#A6C1DB
4#B2CAE0
5#BFD3E6
6#CCDCEB
7#D9E5F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#83A7C8
2#87A7C4
3#8BA7C1
4#8FA7BD
5#93A6B9
6#96A6B5
7#9AA6B1
8#9EA6AD
9#A2A6AA
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 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7FA7 #7FA7CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B8E #5B8EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4072 #4072A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335B #335B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293A | 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: #F4F7FB;
--sky-blue-100: #E5EDF5;
--sky-blue-200: #D0DEEC;
--sky-blue-300: #ABC5DE;
--sky-blue-400: #7FA7CC;
--sky-blue-500: #5B8EBE;
--sky-blue-600: #4072A0;
--sky-blue-700: #335B80;
--sky-blue-800: #24415B;
--sky-blue-900: #17293A;
--sky-blue-950: #0F1A24;
}