Sky Blue
#67AAE4
BlueColor Codes
All color formats for development
HEX
#67AAE4RGB
rgb(103, 170, 228)HSL
hsl(208, 70%, 65%)OKLCH
oklch(0.717 0.109 246.2)CMYK
cmyk(55%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B9ADF
2#2F8ADA
3#2379C5
4#1E68A9
5#19578D
6#144571
7#0F3455
8#0A2338
9#05111C
Tints
Lighter variations
1#76B2E7
2#86BBEA
3#95C3EC
4#A4CCEF
5#B3D4F2
6#C2DDF4
7#D1E5F7
8#E1EEFA
9#F0F6FC
Tones
Muted variations
1#6EA9DE
2#74A9D8
3#7AA9D1
4#80A8CB
5#87A8C5
6#8DA7BF
7#93A7B8
8#99A7B2
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC7 #9BC7ED | BordersInactive statesPlaceholder text |
| 400 | 67AA #67AAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C92 #3C92DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2275 #2275BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5D #1B5D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1343 #13436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2B #0C2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEFA;
--sky-blue-200: #C7DFF5;
--sky-blue-300: #9BC7ED;
--sky-blue-400: #67AAE4;
--sky-blue-500: #3C92DD;
--sky-blue-600: #2275BF;
--sky-blue-700: #1B5D98;
--sky-blue-800: #13436C;
--sky-blue-900: #0C2B45;
--sky-blue-950: #081B2B;
}