Sky Blue
#67B2E4
BlueColor Codes
All color formats for development
HEX
#67B2E4RGB
rgb(103, 178, 228)HSL
hsl(204, 70%, 65%)OKLCH
oklch(0.735 0.104 239.5)CMYK
cmyk(55%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BA4DF
2#2F96DA
3#2384C5
4#1E71A9
5#195E8D
6#144C71
7#0F3955
8#0A2638
9#05131C
Tints
Lighter variations
1#76BAE7
2#86C2EA
3#95C9EC
4#A4D1EF
5#B3D9F2
6#C2E0F4
7#D1E8F7
8#E1F0FA
9#F0F7FC
Tones
Muted variations
1#6EB1DE
2#74B0D8
3#7AAED1
4#80ADCB
5#87ACC5
6#8DABBF
7#93A9B8
8#99A8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDED | BordersInactive statesPlaceholder text |
| 400 | 67B2 #67B2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9C #3C9CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2280 #2280BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B66 #1B6698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1349 #13496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1F0FA;
--sky-blue-200: #C7E2F5;
--sky-blue-300: #9BCDED;
--sky-blue-400: #67B2E4;
--sky-blue-500: #3C9CDD;
--sky-blue-600: #2280BF;
--sky-blue-700: #1B6698;
--sky-blue-800: #13496C;
--sky-blue-900: #0C2F45;
--sky-blue-950: #081D2B;
}