Teal
#02527E
BlueColor Codes
All color formats for development
HEX
#02527ERGB
rgb(2, 82, 126)HSL
hsl(201, 97%, 25%)OKLCH
oklch(0.42 0.099 242.1)CMYK
cmyk(98%, 35%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024A71
2#024264
3#013A58
4#01314B
5#01293F
6#012132
7#011926
8#001019
9#00080D
Tints
Lighter variations
1#026BA3
2#0384C9
3#049CEF
4#1DAEFC
5#43BBFC
6#68C9FD
7#8ED6FD
8#B4E4FE
9#D9F1FE
Tones
Muted variations
1#085077
2#0E4F71
3#144D6B
4#1B4B65
5#21495F
6#274758
7#2D4552
8#33434C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD5 #8BD5FD | BordersInactive statesPlaceholder text |
| 400 | 4FC0 #4FC0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAE #1DAEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0391 #0391DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0373 #0373B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0252 #02527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF2FE;
--teal-200: #BEE7FE;
--teal-300: #8BD5FD;
--teal-400: #4FC0FC;
--teal-500: #1DAEFC;
--teal-600: #0391DD;
--teal-700: #0373B0;
--teal-800: #02527E;
--teal-900: #013550;
--teal-950: #012132;
}