Sky Blue
#7AB3D1
BlueColor Codes
All color formats for development
HEX
#7AB3D1RGB
rgb(122, 179, 209)HSL
hsl(201, 49%, 65%)OKLCH
oklch(0.738 0.074 232)CMYK
cmyk(42%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#61A5C9
2#4997C1
3#3B85AD
4#337294
5#2A5F7B
6#224C63
7#19394A
8#112631
9#081319
Tints
Lighter variations
1#87BAD6
2#95C2DB
3#A2CADF
4#AFD1E4
5#BDD9E8
6#CAE1ED
7#D7E8F1
8#E4F0F6
9#F2F7FA
Tones
Muted variations
1#7EB2CD
2#83B0C9
3#87AFC4
4#8CAEC0
5#90ACBC
6#94ABB7
7#99AAB3
8#9DA8AE
9#A1A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB3 #7AB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549D #549DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3981 #3981A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E4F0F6;
--sky-blue-200: #CEE3EE;
--sky-blue-300: #A8CDE1;
--sky-blue-400: #7AB3D1;
--sky-blue-500: #549DC4;
--sky-blue-600: #3981A7;
--sky-blue-700: #2E6685;
--sky-blue-800: #21495F;
--sky-blue-900: #152F3D;
--sky-blue-950: #0D1D26;
}