Sky Blue
#7099DB
BlueColor Codes
All color formats for development
HEX
#7099DBRGB
rgb(112, 153, 219)HSL
hsl(217, 60%, 65%)OKLCH
oklch(0.68 0.108 259.6)CMYK
cmyk(49%, 30%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5686D5
2#3B73CE
3#2E64BA
4#28569F
5#214785
6#1B396A
7#142B50
8#0D1D35
9#070E1B
Tints
Lighter variations
1#7EA3DF
2#8DAEE2
3#9BB8E6
4#A9C2EA
5#B8CCED
6#C6D6F1
7#D4E0F4
8#E2EBF8
9#F1F5FB
Tones
Muted variations
1#769BD6
2#7B9CD1
3#809DCB
4#869EC6
5#8BA0C1
6#90A1BB
7#96A2B6
8#9BA3B0
9#A0A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BC #A1BCE8 | BordersInactive statesPlaceholder text |
| 400 | 7099 #7099DB | Disabled statesSecondary iconsMuted text |
| 500 | 477C #477CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D60 #2D60B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 244D #244D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1023 #102341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CAD9F2;
--sky-blue-300: #A1BCE8;
--sky-blue-400: #7099DB;
--sky-blue-500: #477CD1;
--sky-blue-600: #2D60B4;
--sky-blue-700: #244D8F;
--sky-blue-800: #1A3766;
--sky-blue-900: #102341;
--sky-blue-950: #0A1629;
}