Sky Blue
#7FBACC
CyanColor Codes
All color formats for development
HEX
#7FBACCRGB
rgb(127, 186, 204)HSL
hsl(194, 43%, 65%)OKLCH
oklch(0.755 0.066 218.9)CMYK
cmyk(38%, 9%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68ADC3
2#50A1B9
3#428FA6
4#397A8E
5#2F6677
6#26525F
7#1C3D47
8#13292F
9#091418
Tints
Lighter variations
1#8CC1D1
2#99C8D6
3#A6CFDB
4#B2D6E0
5#BFDDE6
6#CCE3EB
7#D9EAF0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#83B8C8
2#87B6C4
3#8BB4C1
4#8FB2BD
5#93B0B9
6#96AEB5
7#9AACB1
8#9EAAAD
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7FBA #7FBACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA7 #5BA7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408A #408AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336E #336E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F1F5;
--sky-blue-200: #D0E5EC;
--sky-blue-300: #ABD2DE;
--sky-blue-400: #7FBACC;
--sky-blue-500: #5BA7BE;
--sky-blue-600: #408AA0;
--sky-blue-700: #336E80;
--sky-blue-800: #244E5B;
--sky-blue-900: #17323A;
--sky-blue-950: #0F1F24;
}