Sky Blue
#81B3CA
BlueColor Codes
All color formats for development
HEX
#81B3CARGB
rgb(129, 179, 202)HSL
hsl(199, 41%, 65%)OKLCH
oklch(0.74 0.062 228.2)CMYK
cmyk(36%, 11%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AA5C1
2#5297B7
3#4485A4
4#3B728C
5#315F75
6#274C5D
7#1D3946
8#14262F
9#0A1317
Tints
Lighter variations
1#8EBBD0
2#9AC2D5
3#A7CADA
4#B3D2DF
5#C0D9E5
6#CDE1EA
7#D9E8EF
8#E6F0F4
9#F2F7FA
Tones
Muted variations
1#85B2C7
2#88B0C3
3#8CAFBF
4#90AEBC
5#93ACB8
6#97ABB4
7#9BAAB1
8#9EA8AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDC | BordersInactive statesPlaceholder text |
| 400 | 81B3 #81B3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9E #5D9EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4281 #42819E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3567 #35677E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #26495A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F0F4;
--sky-blue-200: #D0E3EB;
--sky-blue-300: #ACCDDC;
--sky-blue-400: #81B3CA;
--sky-blue-500: #5D9EBB;
--sky-blue-600: #42819E;
--sky-blue-700: #35677E;
--sky-blue-800: #26495A;
--sky-blue-900: #182F3A;
--sky-blue-950: #0F1D24;
}