Sky Blue
#72A7DA
BlueColor Codes
All color formats for development
HEX
#72A7DARGB
rgb(114, 167, 218)HSL
hsl(209, 58%, 65%)OKLCH
oklch(0.711 0.094 248.3)CMYK
cmyk(48%, 23%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5897D3
2#3E87CC
3#3176B7
4#2A659D
5#235483
6#1C4469
7#15334F
8#0E2234
9#07111A
Tints
Lighter variations
1#80B0DD
2#8EB9E1
3#9CC2E5
4#AACAE9
5#B8D3EC
6#C7DCF0
7#D5E5F4
8#E3EDF8
9#F1F6FB
Tones
Muted variations
1#77A7D4
2#7CA7CF
3#82A7CA
4#87A7C5
5#8CA7C0
6#91A6BA
7#96A6B5
8#9BA6B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C5 #A2C5E6 | BordersInactive statesPlaceholder text |
| 400 | 72A7 #72A7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8E #4A8ECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F72 #2F72B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255B #255B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B41 #1B4165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3EDF8;
--sky-blue-200: #CBDEF1;
--sky-blue-300: #A2C5E6;
--sky-blue-400: #72A7DA;
--sky-blue-500: #4A8ECF;
--sky-blue-600: #2F72B1;
--sky-blue-700: #255B8D;
--sky-blue-800: #1B4165;
--sky-blue-900: #112A40;
--sky-blue-950: #0B1A28;
}