Sky Blue
#799BD2
BlueColor Codes
All color formats for development
HEX
#799BD2RGB
rgb(121, 155, 210)HSL
hsl(217, 50%, 65%)OKLCH
oklch(0.686 0.09 259.8)CMYK
cmyk(42%, 26%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6089CA
2#4776C2
3#3A66AE
4#325895
5#29497C
6#213B63
7#192C4B
8#111D32
9#080F19
Tints
Lighter variations
1#87A5D7
2#94AFDB
3#A1B9E0
4#AFC3E4
5#BCCDE9
6#C9D7ED
7#D7E1F2
8#E4EBF6
9#F2F5FB
Tones
Muted variations
1#7E9CCE
2#829DC9
3#879EC5
4#8BA0C1
5#8FA1BC
6#94A2B8
7#98A3B3
8#9DA4AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799B #799BD2 | Disabled statesSecondary iconsMuted text |
| 500 | 537F #537FC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3863 #3863A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D4F #2D4F86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2038 #203860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1424 #14243D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F6FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDDAEE;
--sky-blue-300: #A7BEE2;
--sky-blue-400: #799BD2;
--sky-blue-500: #537FC6;
--sky-blue-600: #3863A8;
--sky-blue-700: #2D4F86;
--sky-blue-800: #203860;
--sky-blue-900: #14243D;
--sky-blue-950: #0D1726;
}