Sky Blue
#729FDA
BlueColor Codes
All color formats for development
HEX
#729FDARGB
rgb(114, 159, 218)HSL
hsl(214, 58%, 65%)OKLCH
oklch(0.694 0.1 255.5)CMYK
cmyk(48%, 27%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#588DD3
2#3E7BCC
3#316BB7
4#2A5C9D
5#234C83
6#1C3D69
7#152E4F
8#0E1F34
9#070F1A
Tints
Lighter variations
1#80A8DD
2#8EB2E1
3#9CBCE5
4#AAC5E9
5#B8CFEC
6#C7D9F0
7#D5E2F4
8#E3ECF8
9#F1F5FB
Tones
Muted variations
1#77A0D4
2#7CA0CF
3#82A1CA
4#87A2C5
5#8CA2C0
6#91A3BA
7#96A4B5
8#9BA4B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C0 #A2C0E6 | BordersInactive statesPlaceholder text |
| 400 | 729F #729FDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A83 #4A83CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F68 #2F68B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2552 #25528D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3B #1B3B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1126 #112640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF8;
--sky-blue-200: #CBDBF1;
--sky-blue-300: #A2C0E6;
--sky-blue-400: #729FDA;
--sky-blue-500: #4A83CF;
--sky-blue-600: #2F68B1;
--sky-blue-700: #25528D;
--sky-blue-800: #1B3B65;
--sky-blue-900: #112640;
--sky-blue-950: #0B1828;
}