Sky Blue
#7FB6CC
BlueColor Codes
All color formats for development
HEX
#7FB6CCRGB
rgb(127, 182, 204)HSL
hsl(197, 43%, 65%)OKLCH
oklch(0.746 0.065 224.9)CMYK
cmyk(38%, 11%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68A9C3
2#509BB9
3#428AA6
4#39768E
5#2F6277
6#264F5F
7#1C3B47
8#13272F
9#091418
Tints
Lighter variations
1#8CBED1
2#99C5D6
3#A6CCDB
4#B2D3E0
5#BFDBE6
6#CCE2EB
7#D9E9F0
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#83B5C8
2#87B3C4
3#8BB1C1
4#8FB0BD
5#93AEB9
6#96ACB5
7#9AABB1
8#9EA9AD
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7FB6 #7FB6CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA2 #5BA2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4085 #4085A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336A #336A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244C #244C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #D0E4EC;
--sky-blue-300: #ABCFDE;
--sky-blue-400: #7FB6CC;
--sky-blue-500: #5BA2BE;
--sky-blue-600: #4085A0;
--sky-blue-700: #336A80;
--sky-blue-800: #244C5B;
--sky-blue-900: #17303A;
--sky-blue-950: #0F1E24;
}