Sky Blue
#799ED2
BlueColor Codes
All color formats for development
HEX
#799ED2RGB
rgb(121, 158, 210)HSL
hsl(215, 50%, 65%)OKLCH
oklch(0.692 0.087 256.9)CMYK
cmyk(42%, 25%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#608CCA
2#477AC2
3#3A6AAE
4#325B95
5#294C7C
6#213D63
7#192E4B
8#111E32
9#080F19
Tints
Lighter variations
1#87A8D7
2#94B2DB
3#A1BBE0
4#AFC5E4
5#BCCFE9
6#C9D8ED
7#D7E2F2
8#E4ECF6
9#F2F5FB
Tones
Muted variations
1#7E9FCE
2#82A0C9
3#87A1C5
4#8BA1C1
5#8FA2BC
6#94A3B8
7#98A4B3
8#9DA4AF
9#A1A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BF #A7BFE2 | BordersInactive statesPlaceholder text |
| 400 | 799E #799ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5383 #5383C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3867 #3867A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D52 #2D5286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203A #203A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253D | 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: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDBEE;
--sky-blue-300: #A7BFE2;
--sky-blue-400: #799ED2;
--sky-blue-500: #5383C6;
--sky-blue-600: #3867A8;
--sky-blue-700: #2D5286;
--sky-blue-800: #203A60;
--sky-blue-900: #14253D;
--sky-blue-950: #0D1726;
}