Sky Blue
#67B6E4
BlueColor Codes
All color formats for development
HEX
#67B6E4RGB
rgb(103, 182, 228)HSL
hsl(202, 70%, 65%)OKLCH
oklch(0.744 0.102 236)CMYK
cmyk(55%, 20%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BA9DF
2#2F9BDA
3#238AC5
4#1E76A9
5#19628D
6#144F71
7#0F3B55
8#0A2738
9#05141C
Tints
Lighter variations
1#76BEE7
2#86C5EA
3#95CCEC
4#A4D3EF
5#B3DBF2
6#C2E2F4
7#D1E9F7
8#E1F0FA
9#F0F8FC
Tones
Muted variations
1#6EB5DE
2#74B3D8
3#7AB1D1
4#80B0CB
5#87AEC5
6#8DACBF
7#93ABB8
8#99A9B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F0FA;
--sky-blue-200: #C7E4F5;
--sky-blue-300: #9BCFED;
--sky-blue-400: #67B6E4;
--sky-blue-500: #3CA2DD;
--sky-blue-600: #2285BF;
--sky-blue-700: #1B6A98;
--sky-blue-800: #134C6C;
--sky-blue-900: #0C3045;
--sky-blue-950: #081E2B;
}